The Website for Baltimore Black Techies. It can be found at http://bmoreblack.tech/. This website uses GatsbyJS for static site creation, and styled-components for css styling.
- Node.js (version 8.2.0 or higher)
Clone the Repository
git clone https://github.com/baltimoreblacktechies/bbt-site-v2.git
Install the Dependencies:
npm install
Run the Development Server:
npm start
- Fork the Repository
- Clone the Repository on your local machine
- Make your changes in a seperate Branch
- Push the branch to your forked repository
- Create a Pull Request to
bbt-site-v2