These are the main technologies used to power my website:
- Gatsby: Framework based on React for quick development and performance.
- Prismic: CMS to make the website easily editable.
- Netlify: Deployment and hosting straight from GitHub.
- styled-components: Library to help create styles inside React components.
To start the development server:
npm run develop
To compile a production version of the build:
npm run build
Run the production build:
npm run serve