It is a non-profit project brought to you by GirlScript Foundation to help beginners in the field of technology .
The objective is to develop the GirlScript Community website from scratch.
This project is also listed as one of the projects of GirlScript Summer of Code 2021.
Check out the current version of the website at https://www.girlscript.tech.
This is how the final website should look like :
fork
the repository - Creates a replica of repository to your local environment.git clone https://github.com/girlscript/Girscript-Community-Website.git
- Downloads all repo files to your machine.cd Community-Website
- Takes you to the root directory of the project.Following are the steps to run the frontend of the community-website on your local. All the frontend code will go in the frontend
directory.
frontend
folder using cd frontend
.npm install
. It will install all the required packages and dependencies.npm start
to run the server.This project is an Open source project. Anyone willing to contribute can take up an already opened issue or raise a new issue and work on it after getting assigned.
Everyone is welcome to contribute. Please make sure to follow our guidelines mentioned at contribute.md