This is the source code of Sketchware Pro website(and docs)!
This website/documentation is built with amazing docusaurus (I personally use bun)
$ yarn
or
$ npm install
or
$ bun install
$ yarn start
or
npm start
or
bun start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
or
$ npm build
or
bun build
This command generates static content into the build
directory and can be served using any static contents hosting service.
We will mostly accept changes which do not change style or design of the website. You shouldn't need to edit any other folder except /docs
, but you can if you think a important change is needed.
Website, and Documentation made by NiceSapien(view his GitHub).