A simple web page for the Elixir Book Club.
- Run
yarn
to install dependencies - Run
npx live-server
Whenever you update the tailwind.js
file to add or adjust a style, you will need to regenerate the assets/style.css
file by running:
yarn build:css
# or for production
yarn build:prod:css