- Fast webpage set up with NextJs
- Automation test with Playwright
- CI test-deploy-screenshot with github action
- Public workspaces with Yarn v2
- Prettier to format uniform / beaufiful code on save
- Update bookmark from MacOs/Ubuntu script
- IPFS hosting
- Many of my doodling art (handrawn, animated svg,..) all over the places
- Go to packages, create new folder
cd [FOLDER_NAME]
, runyarn init
- Restart terminal to reset the cwd, run everything later with
yarn workspace
comnmands
HOW TO START/STOP A POSTGRESQL DATABASE
pg_ctl -D /usr/local/var/postgres start
pg_ctl -D /usr/local/var/postgres stop