- Static website powered by wintersmith
- Build tools: NPM Scripts + Gulp
- It also uses TailwindCSS
- Deploy is automated with GitHub Actions.
-
Start developing.
Install dependencies
yarn
Start it up
yarn start
The website will be available at
localhost:8080
-
Build
yarn build