from the root dir
touch .env.local
- ask me for the env file and paste into .env.local
- run
yarn install
yarn dev
to start dev environment
Open http://localhost:3000 with your browser to see the result.
Next.js Chakra UI React
from the root dir
touch .env.local
yarn install
yarn dev
to start dev environmentOpen http://localhost:3000 with your browser to see the result.
Next.js Chakra UI React