Ayamese is a web application developed using React and Vite. It also utilizes libraries such as axios for making HTTP requests, react-router-dom for routing, tailwindcss for styling, and react-bootstrap-icons for icons.
Before you start, make sure you have a recent version of Node.js installed. You can download Node.js from here.
To install the project, follow these steps:
-
Clone the repository:
git clone https://github.com/prakhargupta-jan/ayamese.git
-
Navigate into the project directory:
cd ayamese
-
Install the dependencies:
yarn install
-
To start the development server, run:
yarn dev
-
To build the project for production, run:
yarn prod