Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eimer-archive/eimerarchive-frontend
https://github.com/eimer-archive/eimerarchive-frontend
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/eimer-archive/eimerarchive-frontend
- Owner: Eimer-Archive
- Created: 2022-07-10T04:51:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T03:12:33.000Z (over 1 year ago)
- Last Synced: 2023-06-15T04:23:47.222Z (over 1 year ago)
- Language: Vue
- Size: 2.31 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eimer Archive Frontend
[![Discord Server](https://img.shields.io/discord/979589333524820018?color=7289da&label=DISCORD&style=flat-square&logo=appveyor)](https://discord.gg/k8RcgxpnBS)
This is the repository for the frontend of the Eimer Archive website. It is built with NuxtJS.
## Usage
### Requirements
- NodeJS
- Yarn### Installation
Make sure to install the dependencies```bash
yarn install
```### Development
Start the development server on http://localhost:3000
```bash
yarn dev
```### Production
Build the application for production:
```bash
yarn build
```