File tree Expand file tree Collapse file tree 2 files changed +46
-40
lines changed Expand file tree Collapse file tree 2 files changed +46
-40
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ slug : welcome
3+ title : Instalation
4+ authors : [ceo, arijus]
5+ tags : [dhub, hello, docusaurus]
6+ ---
7+
8+ # Installation
9+
10+ This website is built using [ Docusaurus] ( https://docusaurus.io/ ) , a modern static website generator.
11+
12+ ```
13+ $ yarn
14+ ```
15+
16+ ### Local Development
17+
18+ ```
19+ $ yarn start
20+ ```
21+
22+ This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
23+
24+ ### Build
25+
26+ ```
27+ $ yarn build
28+ ```
29+
30+ This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
31+
32+ ### Deployment
33+
34+ Using SSH:
35+
36+ ```
37+ $ USE_SSH=true yarn deploy
38+ ```
39+
40+ Not using SSH:
41+
42+ ```
43+ $ GIT_USER=<Your GitHub username> yarn deploy
44+ ```
45+
46+ 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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments