Update readme; basic changes

This commit is contained in:
Owen 2025-02-27 10:29:05 -05:00
parent 75ded0b2a8
commit 9459924f92
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -5,41 +5,26 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
### Installation ### Installation
``` ```
$ yarn $ npm i
``` ```
### Local Development ### Local Development
``` ```
$ yarn start $ 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. 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
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment ### Deployment
Using SSH: Using SSH:
``` ```
$ USE_SSH=true yarn deploy $ npx sst deploy --stage prod
``` ```
Not using SSH:
```
$ GIT_USER=<Your GitHub username> yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
# License # License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.