Skip to content

The Hub of Future Decentralized Finance on Internet Computer

License

Notifications You must be signed in to change notification settings

Plutusart2024/icpswap-frontend

 
 

Repository files navigation

ICPSwap

Development Quick Start

Ensure you have

You need a personal access token to install some of our npm packages.

The token must have the repo and read:packages scopes to login to the GitHub Package Registry.

If you don't have one, create the personal access token in the developer settings.

Run the following command to authenticate, using the personal access token as your password:

npm login --registry=https://npm.pkg.github.com --scope=@honopu

Then run the following:

  • npm i -g ts-node to install ts-node.
  • npm i -g typescript to install typescript.
  • pnpm i to install dependencies.
  • pnpm run dev to start the development server
  • pnpm run build to build

About

The Hub of Future Decentralized Finance on Internet Computer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.1%
  • JavaScript 1.4%
  • Other 0.5%