Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 431 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 431 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Don't forget to add .env file by running this command:

cp .env.example .env

First, run the development server:

npm run dev
# or
yarn dev

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