/blog

Primary LanguageClojureMIT LicenseMIT

Blog

Setup the development environment

Dependencies
Run
  1. Create a local configuration file from the example.

    nbb build.cljs
  2. Instal dependencies

    npm i
  3. Start the HTTP Server

    npx http-server ./dist
  4. Start Tailwind CLI in watch mode

    npx tailwindcss -i ./base.css -o ./dist/output.css --watch
  5. Open http://localhost:8080/

Publishing

  1. nbb build.cljs
  2. npx tailwindcss -i ./base.css -o ./dist/output.css --minify
  3. Deploy dist folder

https://www.alexandercarls.de