Skip to content

justins-engineering/justinsengineering.com

Repository files navigation

justinsengineering.com

Development

Requirements

Tailwind CSS

  1. Run the following command in the root of the project:
bun install
  1. Run the following command in the root of the project to start the Tailwind CSS compiler:
bunx @tailwindcss/cli -i ./assets/tailwind.css -o ./assets/styling/main.css --watch

Serving The App

Run the following command in the root of your project to start developing with the default platform:

dx serve --ssg