Skip to content

Commit

Permalink
docs: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arnolanglade committed Nov 7, 2023
1 parent 5583516 commit 8719601
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Mikado Method is a structured approach for making significant changes to complex code while maintaining its stability. It involves setting clear goals, performing experiments, visualizing dependencies, and carefully undoing changes when necessary. By following this method, teams can improve their codebase iteratively and incrementally without disrupting the existing functionality.

## The application
## Getting Started

This project is built on top of [NEXT.js](https://nextjs.org), which is a framework for React applications.
It also uses [Supabase](https://supabase.com) as a database, providing an open-source alternative to Firebase.
Expand All @@ -28,8 +28,6 @@ npx supabase start
curl https://get.volta.sh | bash
```

## Getting Started

### Run the app with the development env

Then, you need to clone and install the project:
Expand Down

0 comments on commit 8719601

Please sign in to comment.