First, install required packages to run the program in your machine:
npm installCopy environment variables
cp .env.example .env.localThen run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
First, install required packages to run the program in your machine:
npm installCopy environment variables
cp .env.example .env.localThen run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.