Deployed here
Backend here
Create an account and use features:
- Diary to store your activity every days
- Notes to store anything you want
- Tools for quick copy-paste access
- Install nodejs (v11 or more) and npm
- Clone the repository
- Run
npm install - Run
npm run serve
- Create a branch from main :
git checkout -b <your branch name> - Write changes
- Run
git add . - Run
git commit -m <description of your changes - Run
git push origin main - When you are done, create a pull request from Github