front-end-interview-handbook/website
Yangshun Tay 72c036bb47 blog: add new post "When You Should Prefer Map Over Object In JavaScript" by Zhenghao 2022-07-18 08:52:47 +08:00
..
blog blog: add new post "When You Should Prefer Map Over Object In JavaScript" by Zhenghao 2022-07-18 08:52:47 +08:00
i18n html: fix PR translations 2022-07-15 10:08:52 +08:00
src website: add Discord link 2022-07-15 09:00:25 +08:00
static website: add Discord link 2022-07-15 09:00:25 +08:00
.gitignore website: initialize website 2020-04-13 04:12:07 +08:00
README.md website: initialize website 2020-04-13 04:12:07 +08:00
docusaurus.config.js website: add Discord link 2022-07-15 09:00:25 +08:00
package.json website: upgrade to docusaurus@2.0.0-rc-1 2022-07-15 08:49:55 +08:00
sidebars.js website: content revamp 2022-07-03 14:16:01 +08:00
vercel.json website: content revamp 2022-07-03 14:16:01 +08:00
yarn.lock website: upgrade to docusaurus@2.0.0-rc-1 2022-07-15 08:49:55 +08:00

README.md

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 open 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

$ GIT_USER=<Your GitHub username> USE_SSH=1 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.