From 8719601ed8c3b029afbf8e18f39acde38d1d0205 Mon Sep 17 00:00:00 2001 From: arnaud Date: Tue, 7 Nov 2023 11:56:20 +0100 Subject: [PATCH] docs: improve readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 412626c..f963fa9 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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: