Skip to content

BB-Computer-Enterprises/web3jobs

Repository files navigation

web3jobs

Web 3.0 job board for the future of the 🌎🌍🌏

Setup

  1. Install CRACO npm install @craco/craco
  2. rename the .envExample file to .env
  3. add the supabase URL and anon public API key image

Running

Normal ass npm run start and BOOM πŸ’₯!


Testing

  • We have set it up to create a snapshot
  • If the test are failing and complaining about the snapshot not matching the stored snapshot you need to run the npm run test:update script
    • this will update the snapshot and, hopefully, make the tests start running again