Skip to content

Code-Campfire/TeamUno_TS

Repository files navigation

Code Campfire Demo Application

Local Environment Setup

Install nvm

Mac/Linux

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

Windows

Open PowerShell as Administrator and run the following command:

Invoke-WebRequest -Uri https://github.com/coreybutler/nvm-windows/releases/download/1.2.2/nvm-setup.exe -OutFile install.sh
Start-Process powershell -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File install.sh" -Wait

After installing nvm, restart your terminal and run the following command to install Node.js:

nvm install

This project uses pnpm, a fast, disk-space efficient package manager. To install pnpm, run the following command:

corepack enable

Project Commands

  1. Install dependencies: pnpm install

  2. Start the development server: pnpm start

Tech Stack

  • React
  • Next.js
  • Tailwind CSS
  • TypeScript
  • ESLint
  • pnpm

Project Structure

  • /src - Source code
  • /public - Static assets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •