I created this little repo to maintain my knowledge base which basically consists of what i call life savers.
Usually they save me a lot of time and i want to share them with you.
The knowledge base can be found here
Fire up docker with docker-compose by
- Calling
docker-compose up -d
- Visit http://localhost:8001/
Hot reloading should work out of the box.
npm run docs:build
- Deploy the website at ./docs/.vuepress/dist to your server.
No guarantee for anything here of course :)