Skip to content

bmlt-enabled/randomvm

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date
Dec 4, 2024
Oct 28, 2024
May 27, 2024
Nov 11, 2021
May 27, 2024
May 27, 2024
May 28, 2024
May 27, 2024
May 27, 2024
Jun 9, 2024
Feb 11, 2025
Jan 20, 2025
Jun 10, 2024
May 27, 2024
May 27, 2024
May 27, 2024

Repository files navigation

randomvm

bootstrapped using Svelte and bulma

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

npm run build

You can preview the built app with npm run preview

Publishing (GitHub)

New deploys are done with every push to the main branch. You can deploy one manually by running:

npm run deploy