Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eimer-archive/eimerarchive-frontend


https://github.com/eimer-archive/eimerarchive-frontend

Last synced: about 6 hours ago
JSON representation

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