https://github.com/rommapp/marketing-site
Homepage for the RomM project
https://github.com/rommapp/marketing-site
Last synced: about 2 months ago
JSON representation
Homepage for the RomM project
- Host: GitHub
- URL: https://github.com/rommapp/marketing-site
- Owner: rommapp
- License: gpl-3.0
- Created: 2024-05-14T02:59:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T20:10:28.000Z (over 1 year ago)
- Last Synced: 2025-02-13T23:25:51.547Z (over 1 year ago)
- Language: Vue
- Size: 20.3 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# RomM Project Website

## This is the source code for the RomM Project website, hosted at [romm.app](https://romm.app)
### Setup
Make sure to install the dependencies:
```bash
# npm
npm install
```
### Development
This site is built with [Nuxt.js](https://nuxtjs.org/) + [Tailwind CSS](https://tailwindcss.com/) + [PrimeVue](https://www.primefaces.org/primevue/) + [TypeScript](https://www.typescriptlang.org/).
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```
### Production
The site automatically deploys to GitHub pages using GitHub Actions, when pushing to the `main` branch.
Preview the production build locally:
```bash
# npm
npm run build
```