Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 753 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 753 Bytes

Notezy

Notezy is an open sourced Note making webapp. notezy-screenshot link: http://notezy.surge.sh/

Getting Started

Following instructions will fetch you a copy of the project and running on your local machine for development and testing.

Deployment

  • Step 1: Fork the repository and clone it to your machine
  • Step 2: Cd into the cloned folder
  • Step 3: Install all the dependencies with:$ npm install
  • Step 4: Run on http://localhost:3000 with:$ npm run start
  • Step 5: Build locally with: $ npm run build
  • Step 6: To deploy at a URL use: $ npm run deploy