front-end-interview-handbook/website
Yangshun b406fd2e1b website: add footer 2022-01-28 10:11:19 +08:00
..
blog blog: rename front end interview experience post 2021-09-02 13:30:44 +08:00
i18n contents(kr): translate pop quiz (#333) 2021-12-15 10:19:07 +08:00
src website: add footer 2022-01-28 10:11:19 +08:00
static website: use social media icons 2022-01-25 10:17:14 +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 footer 2022-01-28 10:11:19 +08:00
package.json chore: upgrade website to docusaurus@2.0.0-beta.14 + update swizzled DocPaginator component 2022-01-17 09:27:12 +08:00
sidebars.js website: add footer 2022-01-28 10:11:19 +08:00
yarn.lock chore: upgrade website to docusaurus@2.0.0-beta.14 + update swizzled DocPaginator component 2022-01-17 09:27:12 +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.