The second iteration of hmounir.com built with Gatsby and hosted with Netlify
Previous iterations: v1
Generate Typescript code from protobuf message
Report Bug
·
Request Feature
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
npm start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
Color | Hex |
---|---|
Dark Navy | #02040f |
Navy | #000000 |
Light Navy | #011627 |
Lightest Navy | #ced4da |
Slate | #ffffff |
Light Slate | #ced4da |
Lightest Slate | #ffffff |
White | #e6f1ff |
Highlight | #e63946 |
Color | Hex |
---|---|
Dark Navy | #FFFCF2 |
Navy | #fbfefb |
Light Navy | #ffffff |
Lightest Navy | #bcb8b1 |
Slate | #000000 |
Light Slate | #082032 |
Lightest Slate | #334756 |
White | #fffbff |
Highlight | #e63946 |
Big up to Brittany Chiang for her project that inspire me to adapt it on m own, Thanks!
See the open issues for a list of proposed features (and known issues).
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/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Hamza Mounir - @pixlhamza - hamza.pixelle@gmail.com
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
Project base from bchiang7-v4