Skip to content

synechist/pangolin.exchange

 
 

Repository files navigation

This is the code for the pangolin.exchange website.

The app's smart contract code can be found here.

Getting Started

First, install dependencies

yarn install

Then, start the development server

yarn dev

Open http://localhost:3000 with your browser to see the result.

The page auto-updates as you edit the file.

Building for Production

Generate the production build

yarn build

This exports a static site into the build directory.

You can then serve this anyway you'd like (Cloudflare workers, Netlify, etc.).

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 93.6%
  • JavaScript 4.9%
  • Other 1.5%