Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`