Stake-frontend-clone is a frontend clone of Stake.💡📈
🌟 Stars | 🍴 Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Close PRs |
Technology | Description |
---|---|
🌐 Frontend | React + Vite |
🧪 Version Control | Git |
📦 Package Manager | pnpm |
💻 Environment | Development with VS Code |
- PNPM
First and foremost, please star the project by clicking the "Star" button at the top of the repository page. This helps us know that you find the project valuable.
To contribute, you will need to fork the Stake-frontend-clone repository to your own GitHub account. This can be done by clicking the "Fork" button at the top right corner of the repository page.
Now, you should clone your forked repository to your local development environment. Use the following command, replacing [your_username]
with your GitHub username:
git clone https://github.com/[your_username]/Stake-frontend-clone.git
Change the working directory to the project directory:
cd Stake-frontend-clone
Install the dependies of the project to run the server:
pnpm i
Run the server:
pnpm run dev
Click the link shown in terminal or open your browser and search for:
http://localhost:5173
Welcome to Stake-frontend-clone, before contributing to the project please go through this -
- We use a component-based structure with React, keeping UI elements modular and reusable. All UI components should go in the
src/components/ui/
folder to maintain consistency and organization.
- Ensure components are reusable across the app.
- Place components logically under
ui/
(e.g., forms, buttons, etc.). - Keep components focused on a single task for simplicity and reusability.
Also go through our contribution guidelines CONTRIBUTING.md. If you have any doubts about guidelines, please open an issue regarding that , we will help for it. Your PR should follow CONTRIBUTING.md guidelines.
This project follows CODE OF CONDUCT Star ⭐ the project if you like it,working and contributing with us ❤️.