remiliacn / 2021_14A_Visualizing-Mission-Team

Arizona State University CSE 485/486 capstone project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Screenshot

Welcome to the project repository for ASU CSE 485 Capstone project.

If the website is built using GitHub, the URL for accessing the website will always be: https://{github_username}.github.io/{repo_name}/

For devs

Please do not directly push your code to dev branch, use a new branch to make your change, and create Pull Request for reviewing.

Source code is at the dev branch, the master branch is for auto build tools to produce the website.

Prerequisites

  • Install the newest Node.js
  • Install the Angular CLI using following command: npm install -g @angular/cli
  • More detailed set up tutorial can be found here

Set up the environment

Clone this repository:

git clone https://github.com/NASA-Visualization-Mission/page.git

Install all dependencies

npm install

Compiles, and hot reload locally (for debugging and testing)

ng serve

Checkout to the dev branch

git checkout -b dev

Make a new branch to create Pull Request for making changes

git checkout -b feature/testPR

Commit your change with message

git commit -m "message"

Push your changes

git push --set-upstream origin feature/testPR

Create a PR, and notify team members for reviewing.

After code is approved, merge it into the dev branch.

About

Arizona State University CSE 485/486 capstone project.


Languages

Language:TypeScript 61.3%Language:HTML 21.3%Language:SCSS 12.3%Language:JavaScript 5.1%