Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/volta-app
Progressive Web App
https://github.com/daliborgogic/volta-app
Last synced: 9 days ago
JSON representation
Progressive Web App
- Host: GitHub
- URL: https://github.com/daliborgogic/volta-app
- Owner: daliborgogic
- Created: 2018-08-18T16:41:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T19:59:54.000Z (about 6 years ago)
- Last Synced: 2024-10-17T19:17:36.536Z (27 days ago)
- Language: Vue
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# volta
> Progressive Web App
```bash
# install
$ npm i# environment variables
$ cat > .env << EOL
INSTAGRAM_TOKEN=
CMS_DOMAIN=
APP_DOMAIN=
EOL# dev
$ npm run dev# build
$ npm run build# start
$ npm start# process manager
$ pm2 start process.json
```