5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 20:51:38 +08:00
wails/website
Misitebao 78c6705cc3
feat(website): improve website content (#1309)
Update Chinese translation
2022-04-04 20:05:54 +10:00
..
.vscode refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
blog feat(website): improve website content (#1309) 2022-04-04 20:05:54 +10:00
docs Translations docs 2022-04-03 17:47:56 +10:00
i18n feat(website): improve website content (#1309) 2022-04-04 20:05:54 +10:00
src refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
static Update NSIS guide 2022-03-31 11:24:35 +11:00
versioned_docs/version-v2.0.0-beta.34 feat(website): improve website content (#1309) 2022-04-04 20:05:54 +10:00
versioned_sidebars Docs versioning (#1299) 2022-03-30 23:21:33 +11:00
.gitignore [v2] Docs update 2021-09-27 19:37:58 +10:00
babel.config.js refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
docusaurus.config.js feat(website): improve website content (#1309) 2022-04-04 20:05:54 +10:00
package-lock.json refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
package.json refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
README.md refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
sidebars.js refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
versions.json Docs versioning (#1299) 2022-03-30 23:21:33 +11:00
yarn.lock Bump minimist from 1.2.5 to 1.2.6 in /website (#1287) 2022-03-29 21:41:22 +11:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn 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

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

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.