Skip to content

Nouxx/blazing-fire-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazing fire

An all-in-one application to manage your diet, reducing friction when finding appropriate daily meals, so you can focus on your life while keeping your inner fire blazing!

Quick start

Pre-requisite

  • Node (v22) and pnpm (v10)
  • supabase CLI (as the npm package supabase installation does not provide any bin, source)

Setup env

An .env.local file is needed by Next.js, it can be generated by running:

pnpm setup:env

To connect to the production env, values can be found in the Supabase project.

Dev

Launch the dev environment in localhost:3000

pnpm dev

Start the supabase local instance

supabase start # or stop

Test

pnpm test:ui     # runs UI tests
pnpm test:e2e    # runs E2E tests
pnpm test:report # show report

Details in the testing documentation.

Go further

Check the docs folder.

About

React version of my other blazing-fire project

Resources

License

Stars

Watchers

Forks

Contributors