Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 817 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 817 Bytes

Bulletin

Custom Participant Submission Interface & API
Production Site

Powered by Vercel

📌 Local Usage

Populate .env.* files (in both / and /client), and remove the .example extension

Use 2 separate terminals:

Server (/):

npm install
npm run start

Client (/client):

npm install
npm run dev

Visit http://localhost:8080/bulletin on your browser.