Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 328 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 328 Bytes

Getting Started

Install the dependencies:

yarn

Set up the environment variables:

cp .env.example .env.development.local

Run the development server:

yarn dev

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