Welcome to Muji App! This is a web application for managing cities. It is built using HTML, CSS, Tailwind CSS, and Firebase for data storage. Link: https://fir-demo-57641.web.app/ course : https://www.youtube.com/playlist?list=PLT2KSPhMMiqp0jwqSCKaOjJHjl8ZFS2tI
Follow these instructions to get the Muji App up and running on your local machine.
Before you begin, ensure you have met the following requirements:
- Node.js and npm (Node Package Manager) installed on your machine. You can download and install Node.js from nodejs.org.
-
Clone the repository to your local machine using this command:
git clone https://github.com/yourusername/muji-app.git
-
Navigate to the project directory:
cd muji-app
-
Install the project dependencies:
npm install
- Build the app using the following command:
npm run build
- Start your live server
Once you have the Muji App running locally, you can use it to manage cities. Feel free to explore the app's features and functionalities.