Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowon/docsify-template
https://github.com/gowon/docsify-template
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gowon/docsify-template
- Owner: gowon
- Created: 2024-06-03T15:07:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T07:06:13.000Z (7 months ago)
- Last Synced: 2024-06-04T08:27:47.155Z (7 months ago)
- Homepage: https://gowon.github.io/docsify-template/
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docsify-template
## 1. Developing
For Windows users, you can install of the required and recommended development tools using the Chocolatey package manager.
1. Install Chocolatey on your machine using the [individual installation instructions](https://chocolatey.org/install#individual)
2. In a command prompt with Administrator privileges, run the following command from the project root folder:
```powershell
choco install .\solution.chocolatey.config --confirm
```- .NET 8 SDK
- PowerShell Core
- Visual Studio Code## 2. Running Locally
While in the [`docs`](docs/) folder, you can use the [`dotnet-serve`](https://github.com/natemcmaster/dotnet-serve) tool to serve the static documentation website locally:
```powershell
dotnet tool restore
dotnet serve --open-browser
```When running, the website can be accessed through .