libretime/website
dependabot[bot] 6183ef5e6c
chore: bump prismjs from 1.26.0 to 1.27.0 in /website (#1641)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.26.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-26 08:37:00 +02:00
..
src docs: update releases notes 2022-02-23 10:01:15 +02: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 docs: update releases notes 2022-02-23 10:01:15 +02:00
package.json chore: bump @types/node from 17.0.19 to 17.0.21 in /website (#1634) 2022-02-24 11:37:52 +02:00
sidebars.js docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
tsconfig.json docs: update structure and create links between pages (#1611) 2022-02-21 09:16:54 +02:00
vars.js docs: fix deploy to LibreTime website 2022-02-21 10:00:22 +01:00
yarn.lock chore: bump prismjs from 1.26.0 to 1.27.0 in /website (#1641) 2022-02-26 08:37:00 +02: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.