Repository of my personal website https://arjanvanhugten.nl/ created with gatsby.
- Gatsby: Framework based on React for building website.
- React: Javascript library for building user interfaces.
- Bulma: CSS framework.
- Algolia: Search SaaS solution.
- Sass: CSS extension.
- Netlify: Web hosting and building platform.
Make sure you have the following installed:
- Node.js
- NPM
- Yarn
- Gatsby CLI (
npm install -g gatsby-cli
)
Then you can get the site running with the following commands:
- Run
yarn
- Run
yarn start
- Browse to
http://localhost:8000/
orhttp://localhost:8000/___graphql