Skip to content

Commit

Permalink
chore: add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
moki committed Sep 7, 2023
1 parent 7c198ec commit e723d92
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
# Documentation Template

diplodoc documentation template

features:

- initial project structure
- dev server with hot reload
- codespaces support
- vscode tutorial via code tours

## usage

### run locally by cloning repo:

```
> git clone [email protected]:diplodoc-platform/documentation-template.git
> cd documentation-template
> npm start
> listening on 0.0.0.0:8000
```
now you have development server with hot reload runing and serving built documentation on `0.0.0.0:8000`

### github codespaces

press Use this template -> Open in a codespace

![open in a codespace](images/open-in-a-codespace.jpeg)

wait for the development server startup

enjoy developing documentation with html result preview in split view

![codespaces project](images/codespaces-project.jpeg)
Binary file added images/codespaces-project.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/open-in-a-codespace.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e723d92

Please sign in to comment.