Helsinki1/LionSwap-v2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
Releases
No releases published
Languages
- TypeScript 82.0%
- Python 15.6%
- CSS 1.3%
- JavaScript 0.5%
- HTML 0.5%
- Mako 0.1%