Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code contribution docs #11

Open
chartgerink opened this issue Nov 23, 2024 · 1 comment
Open

Add code contribution docs #11

chartgerink opened this issue Nov 23, 2024 · 1 comment

Comments

@chartgerink
Copy link
Member

chartgerink commented Nov 23, 2024

The docs will be expanded to cover contributing to the ResearchEquals codebase. We can use this thread to document any relevant tidbits to synthesize in the contributing docs.

Some initial redwood commands that are relevant, for the development of dev.researchequals.com:

# Create a new component
yarn rw g component <name>

# Migrate the database
yarn rw prisma migrate dev
# Open the database studio env
yarn rw prisma studio

# TODO - sort these commands
yarn rw g scaffold <model>
yarn rw prisma format
@chartgerink
Copy link
Member Author

yarn rw storybook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant