Skip to content

Helsinki1/LionSwap-v2

 
 

Repository files navigation

# LionSwap

## Installation

### Backend Dependencies
```bash
pip install -r requirements.txt
```

### Frontend Dependencies (Next.js App)
```bash
cd next-app
npm install
```

**Note**: The project uses `.npmrc` with `legacy-peer-deps=true` to resolve compatibility issues between React 19 and some dependencies. This is already configured, so a regular `npm install` should work without issues.

## Dependencies
- lucide-react

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 82.0%
  • Python 15.6%
  • CSS 1.3%
  • JavaScript 0.5%
  • HTML 0.5%
  • Mako 0.1%