Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 543 Bytes

File metadata and controls

30 lines (19 loc) · 543 Bytes

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ npm i 

Local Development

$ cd packages/docusaurus/
$ npm run dev 

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

Using SSH:

$ npx sst deploy --stage prod 

License

This project is licensed under the MIT License - see the LICENSE file for details.