Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 857 Bytes

README.md

File metadata and controls

53 lines (28 loc) · 857 Bytes

g;ode.app

g;ode's Web Application. Built with Nuxt 3.

Branching

godeProject/gode.app is divided into 2 main branches.

Changes will be made on/merge into dev branch before releasing to main branch.

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

License

MIT License