Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 405 Bytes

setup.md

File metadata and controls

22 lines (14 loc) · 405 Bytes

Setup development:

Getting Started

Install:

yarn install

Prepare environment variables:

Duplicate .env.example file and rename it to just .env THen reach out to team members to get hold of actual values to fill in the blanks.

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.