https://github.com/wmcadigital/tfwm-cycle-hire-subsidies
https://github.com/wmcadigital/tfwm-cycle-hire-subsidies
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wmcadigital/tfwm-cycle-hire-subsidies
- Owner: wmcadigital
- Created: 2022-05-25T13:12:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T16:28:33.000Z (about 1 month ago)
- Last Synced: 2025-03-21T17:34:03.063Z (about 1 month ago)
- Language: JavaScript
- Size: 3.04 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cycle Hire Subsidies Application Form
Ensure you have LTS versions of node and npm installed.
To run locally execute the following at the root of the project:
```
npm run dev
```To build assets for production, run the following at the root of the project:
```
npm run build
```