Skip to content

Commit

Permalink
No transpilation needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 12, 2018
1 parent 08146dd commit 62f3e45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Expand Up @@ -333,8 +333,7 @@ function that returns a URL with an ephemeral port every time it's called.

1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
2. Link the package to the global module directory: `npm link`
3. Transpile the source code and watch for changes: `npm start`
4. Within the module you want to test your local development instance of Micro, just link it to the dependencies: `npm link micro`. Instead of the default one from npm, node will now use your clone of Micro!
3. Within the module you want to test your local development instance of Micro, just link it to the dependencies: `npm link micro`. Instead of the default one from npm, node will now use your clone of Micro!

As always, you can run the [AVA](https://github.com/sindresorhus/ava) and [ESLint](http://eslint.org) tests using: `npm test`

Expand Down

0 comments on commit 62f3e45

Please sign in to comment.