0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

📖 Updated READMEs with more clarity

- Getting used to developing in the monorepo structure
- Add more instructions that are relevant, push people to the top level repo
- Make READMEs as consistent as possible
- PROFIT!
This commit is contained in:
Hannah Wolfe 2018-09-21 13:45:33 +01:00
parent b305b8582c
commit c52b095955

View file

@ -36,6 +36,11 @@ You can also grab a fresh instance of the api with `prettyCLI.Api.get()`.
The style rules used are available at `prettyCLI.styles`.
## Test
- `yarn lint` run just eslint
- `yarn test` run lint && tests
# Copyright & License
Copyright (c) 2018 Ghost Foundation - Released under the [MIT license](LICENSE).