The front page for pigiot.net
- Run the following command in the root of the project:
bun install- 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 --watchRun the following command in the root of your project:
docker-compose -f docker-compose.yml up --force-recreateRun the following command in the root of your project to start developing with the default platform:
dx serve --addr 127.0.0.1 --port 4455 --ssg- Open the web app at http://127.0.0.1:4455
- Open MailSlurper at http://127.0.0.1:4436
- Open kratos-admin-ui at http://127.0.0.1:3000
- Run the following command in the root of the project to compile and minify the Tailwind CSS:
bunx @tailwindcss/cli -i ./assets/tailwind.css -o ./assets/styling/main.css --minify- Run the following command in the root of your project to bundle the assets:
dx build --web --ssg --release --debug-symbols=falseRun the following command in the root of your project to bundle the assets:
bunx wrangler dev --ip 127.0.0.1 --port 4455