diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..26a8187667d7bf666236b502cbd21b4a191fc1c7 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Frontend Toolkit + +## Setup + +``` +npm install +npm run bootstrap +``` + +`cd packges/some-package` and continue development with `npm run watch` etc. + +## Other commands + +* `npm run test` - Run test for all packages` +* `npm run clean` - Removes all `node_modules` directories, run `bootstrap` to create them again