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.
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.