docs/README.md
2025-02-27 10:29:05 -05:00

30 lines
No EOL
543 B
Markdown

# Website
This website is built using [Docusaurus](https://docusaurus.io/), 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](LICENSE) file for details.