Skip to content

Commit 6699166

Browse files
committed
Adding a simple README for the time being
1 parent df8bbde commit 6699166

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)