- Install npm
- Run
npm run watch
(runs TailwindCSS) - Run
npm run serve
in another terminal (runs http-server) - Open http://localhost:8000
- Publish to GitHub Pages using
npm run publish
Any custom CSS should be made in "input.css", not "styles.css", which will be overwritten by TailwindCSS.