Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snacksncode/su-pti
Front-End part of SU site created for school's needs
https://github.com/snacksncode/su-pti
Last synced: 4 days ago
JSON representation
Front-End part of SU site created for school's needs
- Host: GitHub
- URL: https://github.com/snacksncode/su-pti
- Owner: snacksncode
- Created: 2021-01-22T15:51:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T22:39:37.000Z (almost 4 years ago)
- Last Synced: 2023-07-27T09:04:34.936Z (over 1 year ago)
- Language: SCSS
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# su-pti
Front-End part of SU site created for school's needs
## Building
**Dockerizing:**
`docker build -t su-pti .`
`docker run -v ~/su-pti_data:/app/public -p 3000:3000 -d --restart=always su-pti`
_Now folder `~/su-pti_data` is publicly accesible, `data.json` updates automatically, anything uploaded to it requires container to be restarted._
---
**Normal build:**
`yarn install`
`yarn build`
`yarn start`