An open API service indexing awesome lists of open source software.

https://github.com/yarzik7/ape-nft

Lending page for Ape NFT
https://github.com/yarzik7/ape-nft

css-modules javascript nextjs reactjs swiperjs

Last synced: 2 months ago
JSON representation

Lending page for Ape NFT

Awesome Lists containing this project

README

          

## Installation

1. **Clone the repository to your local machine:**

```bash
git clone https://github.com/Yarzik7/ape-nft.git
cd ape-nft
```

2. **Install the dependencies:**

npm:

```bash
npm install
```

yarn:

```bash
yarn install
```

3. **Running the project:**

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.