simonneutert / blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Clojure 76.2%Language:HTML 22.2%Language:JavaScript 1.6%