Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 525 Bytes

File metadata and controls

24 lines (15 loc) · 525 Bytes

Alwrite

Open Source note-taking and todo app

Development setup for this project:

  1. Fork this repository
  2. clone this repository cmd - git clone repo_url
  3. cd Alwrite
  4. npm install
  5. npm start

Project will run on localhost:3000

Docker Image Creation:

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 .