We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8bbde commit 6699166Copy full SHA for 6699166
README.md
@@ -0,0 +1,11 @@
1
+## Webpack.io
2
+
3
+Guides, documentation, and all things Webpack.
4
5
+## Contributing
6
7
+To develop, please pull the project, `cd` into the directory and run:
8
9
+- `npm install` to pull all dependencies.
10
+- `npm run build` to create a production version of the site.
11
+- `npm run dev-server` to develop on a local webpack-dev-server (should be [here](http://localhost:8080/)).
0 commit comments