Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 783 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 783 Bytes

Frontend Mentor Challenges

This repo contains my attempts at solving the problems on frontendmentor.io.

The site itself is hosted at fm.crankygoblin.net.

Development setup

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

Technologies