front-end-interview-handbook/website
Yangshun badc0e8842 misc: prettify files 2023-12-06 10:14:28 +08:00
..
blog misc: prettify files 2023-12-06 10:14:28 +08:00
i18n misc: prettify files 2023-12-06 10:14:28 +08:00
src misc: prettify files 2023-12-06 10:14:28 +08:00
static contents: add links to company preparation PDFs 2022-12-30 17:02:24 +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 misc: prettify files 2023-12-06 10:14:28 +08:00
package.json chore: upgrade docusaurus/core@2.4.0 2023-04-11 16:10:36 +08:00
sidebars.js contents: switch order of companies 2022-08-02 08:35:50 +08:00
vercel.json website: content revamp 2022-07-03 14:16:01 +08:00
yarn.lock chore: upgrade docusaurus/core@2.4.0 2023-04-11 16:10:36 +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.