Stay organized, access notes on the go โ๏ธ
Notelio is comprehensive note taking web application which allow users to Create, Read, Update and Delete their notes. The website ensures complete authentication, guaranteeing the safety and security of all user notes.
Click here for live version
- Clone the repo
$ git clone https://github.com/aviralj02/notelio
- Install packages
$ yarn install
-
Create a
.env.local
file and fill up the details like in .env.example -
Spin up the development server
$ yarn dev