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
terminal command:
setup project -> npm install # Install node modules
test -> num run test
test a specific file -> npm run test:file [file name]
Run project in dev. -> npm run dev