You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: