Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 553 Bytes

Welcome to ImmyBot Docs Github Repo

Changes made to the main branch here are pushed to https://docs.immy.bot/ automatically.

Feel free to contribute! We may even make you a contributor

To test locally, start by cloning this repo then opening the folder in VS Code.

VS Code will recommend certain extensions when opening it the first time, we recommend you install these.

Then run the following to install the required dependencies

yarn install

To host locally, run

yarn run dev