Skip to content

ronaklalwanii/sealos-site

 
 

Repository files navigation

SealOS Website

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

Contains:

  1. Main Site
  2. Docs Site
  3. Blog Site

Requirements

Note: Node.js version 16.14 or above is required, as described in Docusaurus 2 docs.

$ yarn

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

$ yarn start

I18n

Run command to generate zh-Hans to translate json files.

yarn write-translations --locale zh-Hans

Build

$ yarn build

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • CSS 18.8%