This repository contains the codebase of CSS AMU Website Frontend which is based on React JS and using the Styled Components CSS Framework.
The website design made on the Figma which consists the Font family, Color Scheme, etc. You can see the design here.
You should have Node JS installed on your system, you can download it from here.
- Fork the repository
- Clone your own forked repo :
https://github.com/CSS-AMU/CSS-AMU-Website
. cd CSS-AMU-Website
.- Run the command
npm install
in the directory and it will install all the dependencies. - Run
npm start
and it will start the development server and check the app runninghttps://localhost:3000
.
- Fork the repository
- Clone your own forked repo :
https://github.com/CSS-AMU/CSS-AMU-Website
$ cd CSS-AMU-Website
- Create your new branch :
$ git checkout -b branch-name
- Make changes in the files
- Add changes :
$ git add .
- Make a commit :
$ git commit -m commit-message
( Commit message could be a one-word description for your changes ) - Push your changes :
$ git push origin branch-name
- Compare your changes and submit a Pull Request.
Facing any problem or have any doubt ? Open a issue or drop your query on Slack channel or your intern group.