NOTE: this project is under very active development and is not currently accepting contributions. Thanks for taking an interest 😊. Feel free to star/watch the repo and we'll remove this notice once we have processes and documentation in place to allow people to collaborate productively.
Join our PREreview Slack Channel
- Design
- Roadmap
- Project-level issue tracking
- Development milestones and issue tracker
- COKO PREreview development mattermost channel
- Gitter channel
- yarn
- docker
- We use commitlint, so your commit messages must:
- have a 'type', e.g.
chore: upgrade dependenciesorfix: nothing works (closes #12) - be all lowercase
- have a 'type', e.g.
- We use stylelint with the recommended rules
- We use eslint and inherit rules from the pubsweet project's configuration
yarnTo create a development database:
docker-compose up -d
yarn setupdbYou can also populate the database with some demo data:
yarn seed:demoMake sure docker-compose is running the services either in another terminal or backgrounded with -d, then:
yarn server- Visit http://localhost:3000
- Login as
admin:admin - Enjoy
