This is the source code for the RomM Project website, hosted at romm.app
Make sure to install the dependencies:
# npm
npm install
This site is built with Nuxt.js + Tailwind CSS + PrimeVue + TypeScript.
Start the development server on http://localhost:3000
:
# npm
npm run dev
The site automatically deploys to GitHub pages using GitHub Actions, when pushing to the main
branch.
Preview the production build locally:
# npm
npm run build