Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 961 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 961 Bytes

nemmy

Government of the nemmy, by the nemmy, for the nemmy.

URL

https://nemmy.vercel.app

Project Structure

Role Link
Front-end https://nemmy.vercel.app
Back-end https://github.com/ynm3n/nemmy-backend
API Documentation https://nemmy-swagger.vercel.app
Database Documentation https://dbdocs.io/light-planck/nemmy

Setup

Note

We use mise to manage the Node.js version. Also, we fix the pnpm version using corepack, so please install the compatible version.

mise install
corepack enable
corepack use pnpm
pnpm i

Starting the Local Server

Front-end

pnpm dev:front

Swagger

pnpm dev:swagger