···1818### Commands
1919Pug files receive an `isExtension` variable. Add the `--extension` flag to the `gulp` command to set it to true.
2020- `gulp`: Shorthand for `gulp website`.
2121-- `gulp website`: Build `/src` in website mode, watche for changes and start dev server at http://localhost:1234.
2222-- `gulp extension`: Build `/src` in extension mode, watche for changes and start dev server at http://localhost:1234.
2121+- `gulp website`: Build `/src` in website mode, watche for changes and start dev server at http://localhost:3000.
2222+- `gulp extension`: Build `/src` in extension mode, watche for changes and start dev server at http://localhost:3000.
2323- `gulp website:deploy`: Build `/src` in website mode and deploy to `/docs` folder (GitHub Pages).
2424- `gulp extension:zip`: Build `/src` in extension mode and create a zip in `/dist`, ready to be uploaded to Chrome Web Store and such. You'll be prompted to type in a new version.
2525