This repository only contains the client's code. For the main repository, see Truly-Depressed-Developers/study-notes
Clone the repo, install dependencies and build the app.
npm install
npm run build # Output located in /build directory
Alternatively, you can run the development server using npm start
command.
This project is licensed under MIT license.