No description
  • JavaScript 64.7%
  • TypeScript 32.8%
  • CSS 2.5%
Find a file
2022-11-28 22:46:44 +09:00
.vscode feat: init 2022-11-24 18:52:42 +09:00
.yarn/releases feat: misskey patchnote 2022-11-24 19:24:47 +09:00
docs fix: patchnote 2022-11-28 22:46:44 +09:00
src feat: misskey patchnote 2022-11-24 19:24:47 +09:00
static feat: init 2022-11-24 18:52:42 +09:00
.gitignore feat: init 2022-11-24 18:52:42 +09:00
.prettierignore feat: init 2022-11-24 18:52:42 +09:00
.prettierrc feat: init 2022-11-24 18:52:42 +09:00
.yarnrc.yml feat: init 2022-11-24 18:52:42 +09:00
babel.config.js feat: init 2022-11-24 18:52:42 +09:00
docusaurus.config.js fix: footer 2022-11-28 21:36:07 +09:00
package.json feat: init 2022-11-24 18:52:42 +09:00
README.md Initial commit 2022-11-24 18:51:00 +09:00
sidebars.js feat: misskey patchnote 2022-11-24 19:24:47 +09:00
tsconfig.json feat: init 2022-11-24 18:52:42 +09:00
yarn.lock feat: init 2022-11-24 18:52:42 +09: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.