Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 369 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 369 Bytes

Mencius-frontend

About

Front-end codebase for Mencius project.

Building

Setting up env

create .env file likes:

VITE_PUBLIC_API_HOST="http://localhost:4200"
VITE_PUBLIC_CLIENT_ID=""
VITE_PUBLIC_REDIRECT_URI="http://localhost:8080/#/github_oauth_cb"

Starting the server

yarn install
yarn start