Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 358 Bytes

development.md

File metadata and controls

28 lines (18 loc) · 358 Bytes

Development

Installation in development:

Prerequisite

  • You need to use a node version above 10
  • Use nvm and then:
nvm use 10

Install dependencies

Head to the frontend folder and run:

yarn

Start the app

Once your dependencies are installed, start your server in development mode by running:

yarn dev