GitXplorerGitXplorer
p

ayamese

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
ab8d181f8b0648b3480c96364696f6eb00075106

FIXED: README.md & typo in shortlist.js

pprakhargupta-jan committed a year ago
Unverified
a99d4aa11ca372fffb768b8f08f6b44760dae85c

REMOVED: Unnecessary logs

pprakhargupta-jan committed a year ago
Unverified
de23dacbff900b2172ab5af6364b7e3c9f963180

REMOVED: temp.md FIXED:.gitignore

pprakhargupta-jan committed a year ago
Unverified
8d701f98670a2408146385cfe7b5f684d4c273e4

first commit

pprakhargupta-jan committed a year ago

README

The README file for this repository.

Ayamese

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.

Installation

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:

  1. Clone the repository:

    git clone https://github.com/prakhargupta-jan/ayamese.git

  2. Navigate into the project directory:

    cd ayamese

  3. Install the dependencies:

    yarn install

Usage

  • To start the development server, run:

    yarn dev

  • To build the project for production, run:

    yarn prod