You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,9 @@ After that you will have a ready to deploy bundle at `/dist`
33
33
## Contributing
34
34
35
35
Have a lot of experience with Webpack and suggestions on how we could improve this starter template? We'd love a PR!
36
+
37
+
## Run on Glitch
38
+
39
+
1. Open console in Advanced Options.
40
+
2. Tailwind needs access to Webpack to work. To allow this, copy the following command into terminal: ```chmod -R u+x node_modules/webpack/bin```. You only need to do this once per session.
0 commit comments