Required dependencies:
- Node.js (>= 18)
yarn
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.
Start the app with
yarn dev
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
// Build the project
yarn build
// Start the app
yarn start
NFT-Claimer-backend is open-sourced software licensed under the © MIT license.