Skip to content

kwei/Notes

Repository files navigation

Notes

npm

This is the website that I use to try some interesting techniques.

You can clone the project and do any adjustment you want. Just download the repository by

git clone https://github.com/kwei/Notes.git

And install all the dependencies by

npm install

Then, add the env file .env with following values:

NEXTAUTH_URL=<Url>
NEXTAUTH_URL_INTERNAL=<Production_url>
NEXTAUTH_SECRET=<Random_secret>
LINE_CLIENT_ID=<Line_channel_ID>
LINE_CLIENT_SECRET=<Line_channel_secret>
MONGODB_USERNAME=<Mongodb_username>
MONGODB_PASSWORD=<Mongodb_password>