Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 572 Bytes

The OpenVic Website Frontend

The frontend is pretty simple, using sveltekit for the UI and routing. If you see something and think it could be a good change, feel free to either suggest it in #issues, the discord, or to simply fork the repo, make the change, and open a PR.

Developing

All you need installed is NPM and a recent verion of NodeJS (LTS preffered) To see the project, inside the /frontend folder run

npm i
npm run dev

Building

To build a production version in /frontend/dist run

npm run build