diff --git a/.env.example b/.env.example index 87043cb..b9b23a6 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,3 @@ +# A personal API token for CircleCI +# Can be created via https://app.circleci.com/settings/user/tokens export CIRCLE_TOKEN=token; \ No newline at end of file diff --git a/README.md b/README.md index c537967..b494a56 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Collection of helpers useful when working on [Material-UI](https://github.com/mu Bugfixes and feature suggestions are greatly appreciated. Though this project is highly opinionated so feature requests from will be rejected if no core member has a use for them -#### netlify functions +Copy `.env.example` to `.env` and fill in the values as instructed in the file. ```bash $ npx netlify login -$ npx netlify init +$ npx netlify dev ```