Here we go again...
This time we have a pure HTML application with a Tailwind CSS custom theme. This latest site version shows my qualifications as a speaker, instructor, consultant and creator of the Human Centered Engineering series.
Checkout this repository locally, then:
- Run
npm install
to install all dependencies. - Run
npm start
to start the http-server.
To watch and compile CSS changes:
- In another terminal, run
npm run watch
to look for CSS changes.