Files
pretendo-docker/docs
dependabot[bot] 6c081abdb9 Bump image-size from 1.2.0 to 1.2.1 in /docs in the npm_and_yarn group
Bumps the npm_and_yarn group in /docs with 1 update: [image-size](https://github.com/image-size/image-size).


Updates `image-size` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/image-size/image-size/releases)
- [Commits](https://github.com/image-size/image-size/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: image-size
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 15:51:49 +00:00
..
2024-09-05 10:37:58 -04:00

Pretendo Docker Documentation

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

Build and deploy documentation site

View the live site here

Development

Install dependencies

npm install

Start a local development server

npm 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 the site

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.