🌍 This repo contains the Tech for Good static site.
Built with Gatsby
The following Gatsby plugins are used:
- gatsby-link
- gatsby-plugin-google-fonts
- gatsby-plugin-react-helmet
- gatsby-plugin-sass
- gatsby-source-filesystem
- gatsby-transformer-remark
- Underlying file architecture corresponds to guidelines established in Gatsby documentation.
- Tailwind CSS is included for CSS utility classes.
- Clone this project by running
git clone https://github.com/schalkventer/tech-for-good.git
. - Make sure you have NodeJS installed.
- Run
npm install
in the root folder of the repository. - Run
npm start
to spin up the development server.* - Open
localhost:8000
in your browser.
* Development server uses hot-reloading. Changes will reflect immediately on localhost:8000
without refreshing the browser.