clone
repo:
git clone https://github.com/friedavocadoes/Bonk/
Tip
or download latest release
(on the right)
- Open
Bonk
:
cd Bonk
Note
If you downloaded zip
, then extract → open folder → open a terminal window in the directory.
As an alternative to terminal, it is recommended to open the directory in VScode.
- Install dependencies:
npm i
- Run development server:
npm run dev
Since package.json is included, use npm i
in root directory to install all node dependencies at once.
Others
- Download MongoDB
Tip
I would recommend following this GFG page for proper installation and setup.
- Open MongoDBCompass.
- On the splashscreen, you will see New Connection and a URI below it.
By default MongoDB usesmongodb://localhost:27017
so make sure its that and then click Connect.
Tip
Try Signing Up and watch the db model finder
being updated as you sign up.
Caution
Do not clone testonly
branch.