The aim of this project is to develop an online website for our team.
Please try to follow these guidelines:
-
Try to make the UI as elegant as possible, use Cards, box-shadows etc. Choose a subtle color-theme.
-
Prefer functional components over class components, use react hooks.
-
Only use images/content that are available for free and don't need any special license.
-
Last but not the least, use your imagination to build the coolest app you can think of !
- Clone the repository on your local machine (cloning might take some time).
- Run npm install.
- Once installation is complete run npm start.
Note 1: If you've never made a pull request before, or participated in an open-source project, we recommend taking a look at this wonderful video tutorial. And if you want a more complete tutorial on using github, creating branches etc. , here's a detailed video series.Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!
-
Star this repository.
-
And then you have to fork (make a copy) of this repo to your Github account.
-
Clone (download) your fork to your computer.
-
Set your streams so you can sync your clone with the original repo (get the latest updates)
-
git remote add upstream https://github.com/teamraysnitjsr/Rays-Website.git
-
git pull upstream master
-
The above 2 commands will synchronize your forked version of the project with the actual repository.
-
-
Create a branch with your username.
-
Make the changes in your branch.
-
Commit and push the code to YOUR fork.
-
Create a pull request to have the changes merged into the origin.