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

https://github.com/digitalinteraction/metrofutures2020

Metro Futures 2020 consultation website
https://github.com/digitalinteraction/metrofutures2020

Last synced: 5 months ago
JSON representation

Metro Futures 2020 consultation website

Awesome Lists containing this project

README

          

# Metro Futures 2020 Consultation

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

### Vercel dev
The API is designed to be run as Vercel Serverless Functions, which will work when deployed to Vercel. They can be configured for local dev:
```
npm i -g vercel
```
It will require linking to Github, and to the Vercel account.

To run the development environment (hosting the API):
```
vercel dev
```

To get the `.env` variables, pull them from Vercel
```
vercel env pull
```

---

# Docker archive

```sh
docker build -t ghcr.io/digitalinteraction/metrofutures2020:archive-03 --platform=linux/arm64,linux/amd64 .
```