Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfreniche/test-workshop
https://github.com/dfreniche/test-workshop
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfreniche/test-workshop
- Owner: dfreniche
- License: apache-2.0
- Created: 2023-08-24T12:11:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T12:49:18.000Z (about 1 year ago)
- Last Synced: 2023-08-24T14:47:14.679Z (about 1 year ago)
- Language: JavaScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docusaurus Template Workshop
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. It's available on https://mongodb-developer.github.io/docusaurus-workshop/.
This is a template to create new Workshop documentation sites. Contains info on how to use Docusaurus and is a good starting point.
### Installation
```
npx create-docusaurus@latest name-of-my-new-awesome-workshop https://github.com/mongodb-developer/docusaurus-workshop
cd name-of-my-new-awesome-workshop
npm start
```### Local Development
```
$ 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
```
$ npm build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Use the provided Github Action, or deploy manually after building
### Disclaimer
Use at your own risk; not a supported MongoDB product