This repo contains my attempts at solving the problems on frontendmentor.io.
The site itself is hosted at fm.crankygoblin.net.
Enable git-lfs and download assets:
brew install git-lfs
git lfs install
git lfs pull
Install dependencies:
npm install --global yarn
yarn install
Run locally in dev mode:
yarn dev
- React – UI framework
- TypeScript – Strong type system for JavaScript
- vanilla-extract – Strongly-typed CSS-in-JS
- Gatsby – Static site generation