diff options
| author | Factiven <[email protected]> | 2023-04-28 12:46:19 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-28 12:46:19 +0700 |
| commit | 5182d84e2f716e0c9ce030f8fd4e47647ff96fe4 (patch) | |
| tree | 11b2ceb78d0b4c0be838eb2ec951ddffb6765587 /README.md | |
| parent | Update listEditor.js (diff) | |
| parent | Merge branch 'pre-production' into main (diff) | |
| download | moopa-5182d84e2f716e0c9ce030f8fd4e47647ff96fe4.tar.xz moopa-5182d84e2f716e0c9ce030f8fd4e47647ff96fe4.zip | |
Merge pull request #3 from DevanAbinaya/main
main to pre-prod
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -70,19 +70,14 @@ ## For Local Development 1. Clone this repository using : - ```bash git clone https://github.com/DevanAbinaya/Ani-Moopa.git ``` - 2. Install package using npm : - ```bash npm install ``` - -3. Create `.env` file in the root folder and put this inside the file : - +3. Create ```.env``` file in the root folder and put this inside the file : ```bash CLIENT_ID="get the id from here https://anilist.co/settings/developer" CLIENT_SECRET="get the secret from here https://anilist.co/settings/developer" @@ -92,7 +87,6 @@ NEXTAUTH_URL="for development use http://localhost:3000/ and for production use ``` 4. Start local server : - ```bash npm run dev ``` @@ -112,5 +106,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md Thank You for passing by!! If you have any questions or feedback, please reach out to us at [[email protected]](mailto:[email protected]), or you can join our [discord sever](https://discord.gg/4xTGhr85BG). ## Support This Project - [](https://ko-fi.com/E1E6F9XZ3) |