diff options
author | 2021-03-06 19:17:37 +0000 | |
---|---|---|
committer | 2021-03-06 19:17:37 +0000 | |
commit | 376520dea9180554d59903d167579fa115e49dad (patch) | |
tree | 16e9843395c28806ed9aa9f93eebe25951ac22f6 /README.md | |
parent | Merge pull request #167 from python-discord/dependabot/npm_and_yarn/typescrip... (diff) | |
parent | Set pre-commit to be executable (diff) |
Merge pull request #134 from python-discord/dependabot/npm_and_yarn/husky-5.0.9
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ The project uses [yarn](https://yarnpkg.com/) for dependency and script manageme and [webpack](https://webpack.js.org/) for building and development. A full setup guide is available on [Notion](https://www.notion.so/pythondiscord/Forms-6312360495ff45f487da5b1924184a2d), -along with a troubleshooting guide. +along with a troubleshooting guide.<br/> +Run `yarn install --dev` and `yarn run pre-commit` to setup your dev environment. ## React & Dependency Info ### Project Info |