Skip to content

WesternDeveloperSociety/TangNavbot

Repository files navigation

Navigation Chatbot

below are common sections that you may like to populate or leave empty to populate later. refer to the template repo WesternDeveloperSociety/project-spec-template for the default.

Purpose

what and who is this project for?

Contribution

add instructions on how to contribute to this repository, below is an example

  1. Create a branch off of dev branch named in the format <name>/type-title-of-this-branch.

    • valid types include:
      • feat: feature
      • fix: bug fix
      • refact: refactor
      • docs: documentation
      • chore: a chore
  2. Once development is concluded, open a pull request from your branch back to the dev branch.

Branches

  • dev: where contributions are made
  • qa: contains a functional version of code to be tested
  • prod: production ready code to be released

Development

add instructions on how to start the dev environment, below is an example

  1. Install dependencies
npm i
  1. Start development server
npm run dev

Deployment

add instructions on how to deploy this project (in applicable), below is an example

  1. Ensure NODE_ENV=production
echo "NODE_ENV=production" > .env
  1. Install production dependencies
npm i
  1. Start production server
npm run start

Contributors

give yourself some credit

Team Leads:

  • Derek
  • Ben

Developers:

  • Jenusan
  • Jason
  • Rohan
  • Aaryan
  • Jasper
  • Raj
  • Issar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5