Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

jul-sh/archive-jul.sh

Repository files navigation

Tech Stack 🥞

Foundation 🏡

Using GatsbyJs the website's React code is rendered to static HTML at built time. Once a client visits the page, a JavaScript bundle is loaded asynchronously.

Data 📚

Content is stored in markdown files and queried using GraphQL.

Styling 👩‍🎨

Styling is done using Styled Components.

Linting & Formatting 🔍

The codebase is type-checked using TypeScript, formatted using Prettier and linted using TSLint. Enforced using commit hooks.

Continuous Deployment 🚀

As soon as changes are merged into the master branch, the page will automatically be built by Netlify. It is then deployed as a static site using the Netlify CDN.

Releases

No releases published

Packages

No packages published