An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# RomM Project Website

![opengraph image](https://raw.githubusercontent.com/rommapp/marketing-site/main/public/images/og/og-image.png)

## 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
```