If you found this repo, cheers! This is the testing ground for a possible 2.0 version of VPS. Everything here is currently in prototyping as Im messing around with ideas to improve the experience for both users, admins and contributors.
No warranty! It is prototyping. Everything you see here might change or not come to fruition.
Nothing is true, everything is permitted. ~ Ezio Auditore
If you've come this far though, feel free to express feature requests, ideas or overall feedback on the current progress in the issues. Since this is an exploration ground, we got the freedom to experiment :)
Install dependencies:
npm installStart the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openCreate a production build:
npm run buildPreview the production build:
npm run preview