Skip to content

WaspScripts/wasp-webapp

 
 

Repository files navigation

wasp-webapp

Cloning

Decide where you want to set everything up and clone the repository with it's submodules:

git clone --recurse-submodules https://github.com/WaspScripts/wasp-webapp

This will clone both this repository and wasp-info where all markdown files are stored.

Developing

Once you've cloned the project and installed dependencies with pnpm install, start a development server:

pnpm dev

Building

To create a production version of your app:

pnpm build

You can preview the production build with pnpm preview.

About

waspscripts.dev webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 48.8%
  • TypeScript 47.9%
  • CSS 2.5%
  • Other 0.8%