1
0
Fork 0
junkyard/2022/portfolio-website/doc/DEVELOPMENT.md

16 lines
314 B
Markdown
Raw Permalink Normal View History

# Development notes
## Bookmarks
- [Makefile tutorial](https://makefiletutorial.com/)
- [Tailwind CSS documentation](https://tailwindcss.com/docs/installation)
## Initial setup
- Install NPM
- Install or upgrade Tailwind CSS CLI (`npm install` / `npm update`)
## Rebuilding stylesheet
- Execute `make build`