5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:20:51 +08:00
wails/website
2022-09-15 21:11:12 +10:00
..
.vscode feat(website): repair document content (#1775) 2022-08-22 19:59:28 +10:00
blog Optimise images part 2 2022-08-29 20:19:43 +10:00
docs Fix link to runtime docs in introduction page 2022-09-15 21:11:12 +10:00
i18n [go] Bump minimum required go version to 1.18 (#1854) 2022-09-14 23:47:15 +10:00
src v2.0.0-rc.1 (#1846) 2022-09-13 11:47:13 +10:00
static [ImgBot] Optimize images (#1812) 2022-09-12 21:57:07 +10:00
versioned_docs v2.0.0-rc.1 (#1846) 2022-09-13 11:47:13 +10:00
versioned_sidebars v2.0.0-rc.1 (#1846) 2022-09-13 11:47:13 +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 New Crowdin updates (#1800) 2022-09-12 21:56:43 +10:00
package-lock.json Update docusaurus version 2022-09-12 21:13:13 +10:00
package.json Update docusaurus version 2022-09-12 21:13:13 +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 fix(website): fix link (#1785) 2022-08-24 06:22:48 +10:00
versions.json v2.0.0-rc.1 (#1846) 2022-09-13 11:47:13 +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.