libretime/website
dependabot[bot] 120f24b1a4 chore: bump @types/node from 17.0.17 to 17.0.18 in /website
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.17 to 17.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 10:53:47 +01:00
..
src docs: fix prose linting errors 2022-02-11 10:12:07 +01:00
static chore: move and clean logo to website (#1590) 2022-02-11 12:20:45 +02:00
.gitignore docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
README.md docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
babel.config.js docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
docusaurus.config.js chore: move and clean logo to website (#1590) 2022-02-11 12:20:45 +02:00
package.json chore: bump @types/node from 17.0.17 to 17.0.18 in /website 2022-02-15 10:53:47 +01:00
sidebars.js docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
tsconfig.json docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
yarn.lock chore: bump @types/node from 17.0.17 to 17.0.18 in /website 2022-02-15 10:53:47 +01: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 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.