Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

snapshot-labs-archived/nft-claimer-backend

Repository files navigation

NFT Claimer / Backend

Project setup

Dependencies

Required dependencies:

  • Node.js (>= 18)

Install

yarn

Configure

Next, make a copy of .env.example and rename it as .env. Then update the credentials in the file to the correct values for your local setup.

Development

Start the app with

yarn dev

Running linters

Lint

yarn lint
yarn typecheck

Make sure to run the lints to ensure your code follow the coding standard before submitting any commits. You can optionally run these tasks automatically on commit and on push by installing the git hooks with husky:

yarn husky install

Production

// Build the project
yarn build
// Start the app
yarn start

Licence

NFT-Claimer-backend is open-sourced software licensed under the © MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published