- TypeScript v4.x
- Node v18.14.2 (recommend to use LTS version)
First, create a .env.local
file and copy & paste environment variables listed in .env.local.sample
.
Then run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
yarn build