- NodeJs v18.13.0 or newer
- Yarn
- Tailwind 3
- In the terminal, run
yarn install
to install all dependencies - Then
yarn dev
to start the
- Just run
yarn build
to compile the assets and HTML pages. The files will be published in./dist
folder
yarn install
to install all dependenciesyarn dev
to start theyarn build
to compile the assets and HTML pages. The files will be published in ./dist
folder