Skip to content

substation-beta/ssb_sketch

Repository files navigation

Logo

ssb_sketch

Demo License Discord channel

Build Status Last commit

Index of contents
PreambleSetupBuildDevelopmentContributingLicenseRecommended development tools

Preamble

This project provides a simple canvas to create shapes for the ssb-format. It is a simple vue application that is also a PWA.

You can try it directly here.

Setup

  • Install NodeJS (includes NPM)

Build

  • Install dependencies: npm install
  • Build (production) : npm run build

Development

  • Live-server: npm run dev
  • Lint: npm run lint

Contributing

For contribution details see our general contribution guidelines in the main repository: CONTRIBUTION.md.

License

TBD

Recommended development tools