Skip to content

maciejost/ludo-tracker

Repository files navigation

Ludo World Tracker

pages-build-deployment GH Pages deployment

A companion app for Ludo World to help you keep track of your opponents powerups. Made to try out the basics of Svelte.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

To deploy the project to github pages, run:

npm run deploy