Skip to content

ZenBit-Tech/ctrlchamps_fe

Repository files navigation

CTRLCHAMPS FRONTEND

To run the app locally:

  1. Make sure you have an LTS version of Node.js installed on your computer. Download and install if it necessary.
  2. Clone this repo.
  3. Install the basic project dependencies (Installation).
  4. Create .env.local file @ apps/freelance (near env.example file). Should include variables from example file with correct values
  5. Start development mode (Running the app).
  6. Navigate to the address in your browser http://localhost:3000. This page will automatically reload after saving changes to project files.

Backend part: CtrlChamps Backend

Installation

# USING NPM
$ npm i

#or
$ npm i --legacy-peer-deps

# USING YARN
$ yarn install

Running the app

# USING NPM

$ npm run dev

# USING YARN

$ yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published