Skip to content

jakzaizzat/gallery

 
 

Repository files navigation

Gallery Frontend

The premier gallery experience for your NFTs.

Getting Started

Pre-requisites

  1. Install Yarn
  2. Install NVM

Setup

Create a local .env file by copying values from .env.sample:

$ cp .env.sample .env

Install our node version:

$ nvm use

Install dependencies:

$ yarn

Generate relay files

yarn relay

Start app:

$ yarn dev

The app will be available on http://localhost:3000

Advanced

If you need access to any of the following:

  • Test wallet
  • Analytics keys
  • Sentry keys

Hit up a member of the core team!

Other commands

  • yarn test for tests
  • yarn relay to run relay compiler
  • yarn relay:watch to run relay compiler in watch mode
  • yarn lint for linting
  • yarn typecheck for checking type validity
  • yarn cypress:run to run e2e tests
  • yarn cypress:open to open cypress

About

The premier gallery experience for your NFTs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.2%
  • CSS 0.3%