https://github.com/falleng0d/fumo
https://github.com/falleng0d/fumo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/falleng0d/fumo
- Owner: falleng0d
- Created: 2022-11-11T19:28:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T23:35:50.000Z (over 3 years ago)
- Last Synced: 2025-10-03T15:57:13.567Z (9 months ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Source code for https://help-ukraine.matj.dev
## Develop
Run the development server:
```bash
yarn dev
```
## Build
Build static files:
```bash
yarn build
```