Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 832 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 832 Bytes

Study Notes - client

This repository only contains the client's code. For the main repository, see Truly-Depressed-Developers/study-notes

Tech Stack

Installation

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.

License

This project is licensed under MIT license.