Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 623 Bytes

File metadata and controls

29 lines (18 loc) · 623 Bytes

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.