Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.08 KB

Website

Better Uptime Badge

This is the source code of Sketchware Pro website(and docs)!

Installation

This website/documentation is built with amazing docusaurus

$ yarn

or

$ npm install

Local Development

$ yarn start

or

npm 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.

Build

$ yarn build

or

$ npm build

This command generates static content into the build directory and can be served using any static contents hosting service.

Contributing

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).