https://github.com/hacknug/romi-project
https://github.com/hacknug/romi-project
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacknug/romi-project
- Owner: hacknug
- Created: 2022-08-09T13:30:26.000Z (about 3 years ago)
- Default Branch: redesign
- Last Pushed: 2024-01-09T18:48:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T00:34:20.835Z (8 months ago)
- Language: Vue
- Homepage: romi-project.vercel.app
- Size: 10.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ROMI
Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
yarn install
```
## Development Server
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Locally preview production build:
```bash
yarn preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.