The Repository for GDG Website made with Gatsby and Firebase
View Demo
·
Report Bug
·
Request Feature
This is a repository of GDG Website that presents information about our community, our events, how to contact us and so on.
link to site: https://www.gdgalgiers.com
To get a local copy up and running follow these simple steps.
Before you begin you need to install nodejs and then install yarn and gatsby-cli
- Yarn
$ npm install --global yarn
- Gatsby CLI
$ npm install --global gatsby-cli
- Clone the repo and cd to it
$ git clone https://github.com/GDGAlgiers/GDG-website-2020.git $ cd GDG-website-2020
- Install the necessary dependencies for the project
$ yarn install
- Create
.env
file to put the project's environment variables thereIf you want to contribute, you will need the values of the environment variables. So feel free to contact us to get them.$ cp .env.example .env
- Running The Gatsby Project
$ gatsby develop
Visit http://localhost:8000/
to view the app.
/src/
--> components/ # This folder contains the components used in the project
--> constants/ # This folder contains some configurations and the used colors in the project
---> content/ # This folder has files containing the content used in the different sections of the website
---> firebase/ # This folder contains Firebase configuration for the project
---> images/ # This folder contains all the images used in the project
---> pages/ # This folder contains all the pages components built in the project
---> services/ # This folder contains the messaging setup for the contact section
---> styles/ # This folder contains the stylesheets used in the project
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/githubName/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/githubName/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License. See LICENSE
for more information.
GDG Algiers - @gdg_algiers - [email protected]
Project Link: https://github.com/GDGAlgiers/GDG-website-2020