Open Source note-taking and todo app
- Fork this repository
- clone this repository
cmd- git clone repo_url - cd Alwrite
- npm install
- npm start
Project will run on localhost:3000
Note : For creating docker image you need to have docker installed)
Docker Installation on Windows guide is here
Command for creating docker image 👇
docker build -t alwrite .