Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 693 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 693 Bytes

My-Docs

my-docs-logo

My-Docs is a project that helps both newer and expert developers with Linux commands and some code used in Dev, Ops and Security contexts. Any new suggestions, commands, and issue reports are welcome.

Check out the official GitHub Pages link of the project: https://raphaelsander.github.io/my-docs/.

This project was built using Docusaurus, a modern static website generator.

Running

Locally

yarn
yarn start

Needs node >=18.0 and yarn installed.

Docker

docker compose up

Needs docker and docker compose installed.