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
- Host: GitHub
- URL: https://github.com/yarzik7/ape-nft
- Owner: Yarzik7
- Created: 2024-03-19T19:57:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T20:56:01.000Z (over 1 year ago)
- Last Synced: 2025-11-29T20:18:49.282Z (7 months ago)
- Topics: css-modules, javascript, nextjs, reactjs, swiperjs
- Language: CSS
- Homepage: https://ape-nft-mu.vercel.app
- Size: 55.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.