Skip to content

keypom/keypom-frontend

Repository files navigation

Keypom App 🚀

Current Version GitHub contributors GitHub stars GitHub forks Twitter Follow

This is a React application which comes with a suite of use cases to create drops with UI that interacts with Keypom SDK and NEAR protocol.

The project is hosted on Cloudflare - https://keypom.xyz/.

Tools Required

All tools required go here. You would require the following tools to develop and run the project:

  • A text editor or an IDE (like VSCode)
  • Node.js => v16.0.0
  • Yarn => v1.22.10

Running the App

All installation steps go here.

  • Clone the repository
    git clone https://github.com/keypom/keypom-airfoil
  • Install dependencies
    yarn install
  • Run the app
    yarn dev
  • Build the app
    yarn build

Project Structure

The project structure is inspired by Bulletproof React.

Deployment

This app is deployed on Cloudflare Pages. Preview site is deployed when a feature branch has been commited to origin. pr-main is the current production/mainnet branch. testnet is the current staging/testnet branch.