Skip to content

Commit

Permalink
feat: foss weekened init
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Mar 14, 2024
0 parents commit fae1311
Show file tree
Hide file tree
Showing 20 changed files with 18,717 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Crypto React Project

Welcome to the Crypto React Project! This is a project showcasing stunning animations

## Getting Started

To run this project locally, follow these steps:

1. **Clone the repository:**
```bash
git clone https://github.com/your-username/crypto-animation-react.git

2. **Navigate to the project directory:**
```bash
cd crypto-animation-react
3. **Install dependencies:**
```bash
npm install
4. **Run the development server**
```bash
npm start
5. **Open your browser:**
Visit http://localhost:3000 to see the project running.
## Contributing
Contributions are welcome!
You can contribute by solving the given issues . To contribute, follow these steps:
1. **Check for open issues:** You can start contributing by checking if there's an open issue.
2. **Fork the repository:** Click on the "Fork" button at the top right corner of the repository page to create a copy of the repository on your GitHub account.
3. **Clone the repository:** Clone the forked repository to your local machine using the following command:
4. **Make changes:** Make your desired changes to the codebase.
5. **Commit your changes:** Commit your changes with a descriptive commit message .
6. **Push changes:** Push your changes to your forked repository on GitHub using the following command:
7. **Submit a pull request:** Finally, submit a pull request from your forked repository to the original repository. Ensure to provide a clear description of your changes in the pull request.
Thank you for contributing!
Loading

0 comments on commit fae1311

Please sign in to comment.