Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 344 Bytes

Getting Started

Before cloning, make sure that you already have yarn installed (if you have already have yarn installed, you can skip this):

npm install -g yarn

After cloning the repository, install all the depedencies using:

yarn

To run the development server, run:

yarn dev