Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 568 Bytes

wheregmis.github.io

Development

  1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
  3. Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch

Run the following command in the root of the project to start the Dioxus dev server:

Desktop

dx serve --platform desktop

SPA web

dx serve --platform web