Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 825 Bytes

File metadata and controls

25 lines (20 loc) · 825 Bytes

API for the Perfectnote website.

Setup

1. Fork the repository (You don't have to do this if you're part of PerfectNote)

2. Clone your fork.

git clone https://github.com/<your github username>/api
cd api

3. Install all the dependencies with yarn.

yarn

4. Build and start!

yarn start