5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:22:57 +08:00
wails/website
2022-05-23 10:40:46 +02: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): convert documents that don't require version management to individual pages (#1311) 2022-04-05 19:46:07 +10:00
docs Add nogen flag in cli document. 2022-05-23 09:08:35 +09:00
i18n fix typo bindings.js to ipc.js 2022-05-18 15:58:33 +09:00
src Better website spacing 2022-05-11 20:18:53 +10:00
static v2.0.0-beta.35 2022-04-27 21:47:11 +10:00
versioned_docs Add blurb on wails generate module (#1414) 2022-05-23 08:43:18 +10:00
versioned_sidebars v2.0.0-beta.35 2022-04-27 21:47:11 +10: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 Use Algolia Search (#1339) 2022-04-18 09:41:56 +10:00
package-lock.json Use Algolia Search (#1339) 2022-04-18 09:41:56 +10:00
package.json Use Algolia Search (#1339) 2022-04-18 09:41:56 +10: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 v2.0.0-beta.35 2022-04-27 21:47:11 +10: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.