Website for mullak99.co.uk. Made using SvelteKit & TailwindCSS.
nvm install
, nvm use
, and corepack enable
.yarn install
.Once the development environment is set up, you can run the project with:
yarn dev
To create a production version of your app:
yarn build
You can preview the production build with yarn preview
.
TODO: Add Playwright testing instructions