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

Onboard Dummy Issue #245

Open
devAgant opened this issue Dec 5, 2024 · 0 comments
Open

Onboard Dummy Issue #245

devAgant opened this issue Dec 5, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@devAgant
Copy link
Collaborator

devAgant commented Dec 5, 2024

Copy paste this issue into separate issues for each new member to complete during Sprint 0:

  1. Install VSCode (or Zed if nerdy mac user). If you are a master of Git/Bash feel free to use Neovim (Lazyvim / Lunarvim), but otherwise use VSCode.
  2. Install Docker
  1. Install npm/nvm (node version manager)
  2. Pull the repository to your local machine using Git
  3. Copy all .env files and seed files to your local repository
  • learn how to use npm run dev and npm run build to run the website and build the codebase
  • learn how to use npm run test:e2e in order to run the e2e test cases
  1. Get familiar with Auth0 (Setup an Auth0 account with Arif during a Lab)
  2. Get familiar with Prisma (seed your user into the database, work with Arif during a Lab if you dont know how to do this)
  • Navigate to seed.js in the repository
  • Modify the script with your information
  • run npx prisma db seed to run the script (make sure docker is running and you have ran docker compose up)
  1. Skim through the codebase and familiarize yourself with the React Next.js framework
@devAgant devAgant added the good first issue Good for newcomers label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant