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
- Host: GitHub
- URL: https://github.com/digitalinteraction/metrofutures2020
- Owner: digitalinteraction
- License: gpl-3.0
- Created: 2021-01-04T16:17:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T15:11:44.000Z (over 1 year ago)
- Last Synced: 2025-04-04T12:14:12.051Z (about 1 year ago)
- Language: Vue
- Homepage: https://metrofutures.org.uk
- Size: 49.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```