https://github.com/willowtreeapps/ai-hackathon
https://github.com/willowtreeapps/ai-hackathon
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willowtreeapps/ai-hackathon
- Owner: willowtreeapps
- Created: 2023-03-24T20:11:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T20:17:25.000Z (about 3 years ago)
- Last Synced: 2025-12-13T05:10:37.664Z (6 months ago)
- Language: HTML
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ai-hackathon-microsite
## Building the Project
First-time users:
1. `npm install`
2. `npm run build`
Any other time after the first time:
1. `npm run build`
## Git Naming Conventions
- Branches:
- type of ticket / short name of ticket
- Ex: `feature/project-setup`
- Commit Messages:
- Ticket number: Commit message in past tense
- Ex: `AI-16: Added project setup`
- See for ticket numbers:
## Releases
- Project is setup to use Github Pages
- On merge, Github automatically starts a workflow in Actions to build and deploy to production