This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/website
Sam Alba f29de14a2f
Merge pull request #954 from dagger/dependabot/npm_and_yarn/website/axios-0.21.4
build(deps): bump axios from 0.21.1 to 0.21.4 in /website
2021-09-10 08:59:00 -07:00
..
cypress
plugins/docusaurus-plugin-hotjar
src docs: 🔥 remove spinner files 2021-09-09 11:03:54 +02:00
static
.gitignore
.prettierrc
babel.config.js
cypress.json
docsearch.config.json
docusaurus.config.js
netlify.toml docs: ♻️ merge API Reference and Universe menu entries 2021-09-08 15:19:19 +02:00
package.json build(deps): bump amplitude-js from 8.5.0 to 8.6.0 in /website 2021-09-09 19:14:22 +00:00
README.md
sidebars.js
yarn.lock Merge pull request #954 from dagger/dependabot/npm_and_yarn/website/axios-0.21.4 2021-09-10 08:59:00 -07:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

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

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