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

https://github.com/passidel/accessicity

Reiseplanung für Städtetrips für Menschen mit Einschränkungen
https://github.com/passidel/accessicity

accessibility barrierefreiheit community-driven reiseplanung

Last synced: 4 months ago
JSON representation

Reiseplanung für Städtetrips für Menschen mit Einschränkungen

Awesome Lists containing this project

README

          

# Accessicity

![logo](./public/apple-touch-icon.png)

Reiseplanung für Städtetrips für Menschen mit Einschränkungen

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

## Deployment

To run the production version, you can simply use the provided Docker image
and [Docker-Compose file](docker-compose.yml):

```bash
docker pull ghcr.io/passidel/accessicity:latest
docker-compose up -d mariadb

# wait a few seconds for the db to be up
docker-compose up -d accessicity
```

## Seed

```sh
cat cities.geojson | node prisma/seed.js
```