Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 489 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 489 Bytes

Team Tomorrow Website

Developing Locally

  1. Clone this repository into a local directory.
  2. Make sure you have yarn installed. To install yarn, have NodeJS (v16) installed and run npm install -g yarn.
  3. Run yarn install --frozen-lockfile.
  4. To start a development server, run yarn 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/kudosapi