Skip to content

goralight/kaishi

Repository files navigation

Kaishi

Browser landing (start) page builder.

Scripts

Getting started

Make sure you are using node version > 18. If you are using nvm you can simply call: nvm use.

Scripts

# Install dependencies.
npm i

# Run locally, watches for file changes. It does NOT update the build folder.
npm run start

# Build your landing page for use.
# Once built, go to ./build/index.html. This is the file your browser will be using.
npm run build

# Storybook.
npm run storybook

# Tests.
npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published