https://github.com/fission-codes/swag.fission.codes
https://github.com/fission-codes/swag.fission.codes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fission-codes/swag.fission.codes
- Owner: fission-codes
- License: other
- Created: 2020-08-18T09:15:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T15:52:13.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T04:56:18.424Z (about 1 year ago)
- Language: Elm
- Homepage: https://swag.fission.codes
- Size: 768 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Source for [swag.fission.codes](https://swag.fission.codes)
## How to
### build
* `npm i`
* `npm run build`
* All assets are static and built in `dist/`
If you want to look at the production site locally, use `npm run serve` and open [`http://localhost:3000`](http://localhost:3000).
### develop
* `npm i`
* `npm start`
* Open [`http://localhost:3000`](http://localhost:3000)
### adjust content
Edit the files for each route in `content/`.