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

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

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`