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 5af5c64 commit 5583516
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Mikado App

## What is the Mikado Method?

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

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.

Here is the [online demo](https://mikado-method-teal.vercel.app/)

## Requirements
### Requirements

Before installing the project, you need to install Supabase CLI:

Expand Down

0 comments on commit 5583516

Please sign in to comment.