Files
archived-hipudding-teslamate/website
dependabot[bot] 96311e33d6 Bump follow-redirects from 1.15.2 to 1.15.4 in /website (#3606)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-19 14:11:00 +01:00
..
2020-04-07 19:32:18 +02:00
2020-04-07 19:32:18 +02:00
2023-11-12 19:30:36 +01:00
2023-06-10 19:35:33 +02:00
2020-04-07 19:32:18 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator and automatically deployed to docs.teslamate.org.

Installation

$ npm i

Local Development

$ npm 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

$ npm run 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 npm run 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.