/my-docs

Meu segundo cérebro!

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.