Check out nertivia at https://nertivia.com
- Fork this repo.
- Clone the forked github repo
- run
nvm install 16
andnvm use 16
- run
npm i --legacy-peer-deps
inside the folder. - Rename
example.env
to.env
- Run the server by
npm run serve
- Navigate to http://localhost:8080 and start your development
- Submit a PR :)