Skip to content

ksea-cal/ksea-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KSEA_WEB

SETUP

INSTALLATION SETUP

  1. clone the project with the command
git clone https://github.com/ksea-cal/ksea-web.git
  1. cd into the KSEA_web folder
cd ksea-web
  1. check that you have node on your computer
node -v

if you don't have node, download as it says on this link

https://treehouse.github.io/installation-guides/mac/node-mac.html
  1. download the necessary libraries with
npm install
  1. make sure everything works
npm start

#GENERALS

RUNNING

  1. start backend server
https://github.com/ksea-cal/ksea-web-api
  1. start react
npm start

GIT

  1. create a new git branch (start from master branch)
git checkout -b [BRANCH NAME]
  1. time to time, rebase from main
git checkout main
git pull
git checkout [BRANCH NAME]
git rebase main
  1. push to remote branch
git add .
git commit -am [YOUR COMMIT MESSAGE]
git push origin [BRANCH NAME]
  1. go to the github repo and create a PR request

FORMATTING

  1. Commit messages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published