Make notion.so great again
-
npm start
to compile and watch the files for changes.To enable the autoreload on chrome:
- Go to
chrome://extensions/
- Make sure Developer mode is on
- Click Load unpacked and choose the build/ folder
Instead, if you want to develop on firefox, check out web-ext.
- Go to
-
npm run build
to just compile the files. -
npm run bundle
to compile the files and put them in a.zip
, ready to be published.