-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
RelatedTitle edited this page Jul 12, 2021
·
1 revision
Setting up this user account system is very easy.
Here are the steps:
- Run
npm install
to install all the dependencies. - Rename
config-example.js
toconfig.js
. - Set all your config values. (You can read the config page if you're unsure what these are)
- Run
node server.js
. (Ornpm run dev
for development) - ????
- Profit.
Make sure to read the API Docs to familiarize yourself with the API.