https://github.com/zackbradys/zackbrady-docs
Zack Bradys Docs Site
https://github.com/zackbradys/zackbrady-docs
Last synced: about 1 year ago
JSON representation
Zack Bradys Docs Site
- Host: GitHub
- URL: https://github.com/zackbradys/zackbrady-docs
- Owner: zackbradys
- License: mit
- Created: 2023-06-24T15:24:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T12:19:42.000Z (almost 2 years ago)
- Last Synced: 2024-09-05T13:53:54.974Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://docs.zackbrady.com
- Size: 16.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Zack Brady's Docs
## About Me
A little bit about me and my history...
- Former Contractor
- U.S. Military Reservist
- Open-Source Contributor
- Built and Exited a Digital Firm
- Active Volunteer Firefighter/EMT
## Local Development
### Installing Dependencies (docusaurus)
```bash
git clone https://github.com/zackbradys/zackbrady-docs
cd zackbrady-docs
# install docusaurus & dependencies from package.json
npm install # make sure you are in the root of the dir containing `package.json`
# test the installation
npx docusaurus --version
```
### Deploy Locally
```bash
npm run start # this will open your default browser to http://localhost:3000
```
## Creating Content
[Official Docusaurus Documentation](https://docusaurus.io/docs/creating-pages)
## Publishing Content
This docs site is served using github-pages. There is an [action](.github/workflows/deploy.yml) that will trigger upon commit to the `main` branch and deploy the new build to https://rancherfederal.github.io/carbide-docs/.