Personal tech notes, not always well organized π
\ | \ |
---|---|
Deploy status | |
Deploy preview | https://super-notes-giuliachiola.netlify.app/#/ |
Project typology | Personal |
Purpose | Technology |
---|---|
Code snippets | JS |
Documentation | Markdown |
Presentation layer | Docsify |
# install dependencies
npm i
# serve with hot reload at localhost:3000
npm run dev
# build for production
npm run build
I use two main branches, to avoid launching too many deploys on Netlify (one at each git push on main).
Branch name | Use |
---|---|
main |
final docs |
deploy |
docs deployed on Netlify |