https://github.com/zahtec/tt-website
The Team Tomorrow website for AI Camp
https://github.com/zahtec/tt-website
Last synced: 11 months ago
JSON representation
The Team Tomorrow website for AI Camp
- Host: GitHub
- URL: https://github.com/zahtec/tt-website
- Owner: zahtec
- Created: 2025-01-07T03:54:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T04:03:54.000Z (over 1 year ago)
- Last Synced: 2025-01-07T05:17:40.446Z (over 1 year ago)
- Language: Svelte
- Size: 5.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Team Tomorrow Website
## Developing Locally
1. Clone this repository into a local directory.
2. Make sure you have pnpm installed. To install pnpm, look at the [pnpm install guide](https://pnpm.io/installation).
3. Run `pnpm install --frozen-lockfile`.
4. To start the development server, run `pnpm run dev`.
## Creating Branches
When creating branches, they should be prefixed with your GitHub username and a slash, followed by a meaningful but concise name.
**Example:** `username/kudos-api`