We pioneer advanced scientific research for exploration and mapping of the universe known and unknown with full transparency for public consumption. Our deep space program pushes the boundaries of civilization as we guide humanity into new understanding of life outside planet Earth. We continue to create trends in HCI, UX Research, and Data Analytics for Silicon Valley, the Non-Profit Sector, and Enterprises worldwide.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Tools/IDE:
- VS Code (Preferred) or any another IDE to make changes into the code.
- Git should be installed in the system.
Languages/Technologies used in the project:
- HTML
- CSS
- JavaScript
- JQuery
- Download Instar Lab.zip
- Extract the zip file.
- Open the folder in VS Code or any other Code Editor.
-
First, Fork this repo.
-
Clone the forked repo locally:
$ git clone {your_forked_repo_url } $ cd {folder_name}
Note: Current branch should be gh-pages. To check the current branch type following in git bash
$ git branch
To change the branch to gh-pages.
$ git checkout gh-pages
-
If using VS Code project can be opened directly using command line:
$ code .
Else open the project in your code editor.
Note: Always make a new branch before making changes.
- Open the html file in which changes were made directly in the browser and Command/ctrl + R - Reload everytime if you make changes.
- Also, if VS Code Live Server can be used to see the changes directly without refreshing the page manually.
We welcome Pull Requests from everyone, whether you are a student, a teacher, or an expert in the field. When first making a pull request, please keep it short & brief as we establish a relationship.
To contribute to the project, fix the Issues, and then make a Pull request.