Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 502 Bytes

File metadata and controls

executable file
·
25 lines (16 loc) · 502 Bytes

Just Commit

cover-replit

Getting Started

First, install required packages to run the program in your machine:

npm install

Copy environment variables

cp .env.example .env.local

Then run the development server:

npm run dev

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