Skip to content

IITP-X-IITG/Codepeak-backend

Repository files navigation

Starting the server

  • Clone the repository
  • run
    yarn install
  • Run the following
    touch .env
  • Open the .env file to enter the port and host
  • Run locally
    yarn serve
  • For contribution
    git checkout -b dev
    yarn format
    yarn serve
  • Push the code after contribution
    yarn format
    yarn start
    git add .
    git commit -m "new changes"
    git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published