front-end-interview-handbook/website
Yangshun 3dd4373263 [feih] companies/canva: add Canva page 2025-06-29 15:20:52 +08:00
..
blog contents: remove/update broken links again 2024-09-27 08:42:32 +08:00
i18n [feih] misc improvements 2025-06-18 10:44:44 +08:00
src [feih] fix: resolve gfe spotlight ad issue on safari (#518) 2025-06-28 15:32:43 +08:00
static contents: remove/update broken links 2024-09-24 19:57:15 +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 [feih] misc improvements 2025-06-18 10:44:44 +08:00
package-lock.json chore: react-icons@5.3.0 2024-09-24 19:56:52 +08:00
package.json chore: react-icons@5.3.0 2024-09-24 19:56:52 +08:00
sidebars.js [feih] companies/canva: add Canva page 2025-06-29 15:20:52 +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.