This is Stader dApp repository. Stader offers the most convenient & safest way to maximize your returns on staking.
This is a Next.js project bootstrapped
with create-next-app.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.\
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
To run storybook on the app open [http://localhost:6006/] to view it in the browser.
You can view this project on vercel by clicking this link here
-
Elint: To run lint check
npm run lint
-
Formatter: To format the code with prettier
npm run format
The two commands above run automatically at pre-commit with the help of husky
Note: To skip the check at pre-commit:
git commit -m [commit-message] --no-verify