Skip to content

decentralbros/islandswap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌴 IslandSwap 🌴

This project contains the main features of the IslandSwap application.

If you want to contribute, please refer to the contributing guidelines of this project.

Documentation

Install dependencies using pnpm

apps/web

How to start

pnpm i

start the development server

pnpm dev

build with production mode

pnpm build

# start the application after build
pnpm start

apps/aptos

How to start

pnpm dev:aptos
pnpm build:aptos

apps/blog

How to start

pnpm dev:blog
pnpm build:blog

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%