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

https://github.com/willowtreeapps/ai-hackathon


https://github.com/willowtreeapps/ai-hackathon

Last synced: 5 months ago
JSON representation

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