https://github.com/boxwise/assort-site
Static page for information on the ASSORT humanitarian aid standard
https://github.com/boxwise/assort-site
Last synced: about 1 month ago
JSON representation
Static page for information on the ASSORT humanitarian aid standard
- Host: GitHub
- URL: https://github.com/boxwise/assort-site
- Owner: boxwise
- License: mit
- Created: 2025-10-21T09:25:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-11-17T01:46:55.000Z (5 months ago)
- Last Synced: 2025-11-17T03:25:19.428Z (5 months ago)
- Language: TypeScript
- Size: 321 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ASSORT site
This repository contains the code for the site informing on the ASSORT humanitarian aid standard and associated standard products.
## Local dev setup
```bash
docker compose --build up
```
Visit `localhost:3003/assort-site` in the web browser.
## Credits
The repository was created from [this amazing template](https://github.com/gregrickaby/nextjs-github-pages).