https://github.com/deciduously/rollenspielsache-www
Frontend application for rollenspielsache
https://github.com/deciduously/rollenspielsache-www
Last synced: 4 months ago
JSON representation
Frontend application for rollenspielsache
- Host: GitHub
- URL: https://github.com/deciduously/rollenspielsache-www
- Owner: deciduously
- Created: 2020-05-05T12:58:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:00:50.000Z (over 3 years ago)
- Last Synced: 2026-01-24T18:51:55.019Z (4 months ago)
- Language: HTML
- Homepage: https://rollenspielsache.deciduously.com/
- Size: 1.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# rollenspielsache-www
It's a Svelte app now!
Put a file at `.env.development.local` - you'll need `rollenspielsache-svc` running locally for this to work:
```
API_HOST=localhost
API_PORT=4567
```
```
$ npm install
$ npm run start
```
Use `npm run build` to compile the production bundle.
You can also specify to use the production server at `.env.production.local`:
```
API_HOST=138.197.52.149
API_PORT=9292
```
Use `NODE_ENV=production npm run start` to use these settings instead.