Skip to content

Commit

Permalink
chore: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhit15082003 committed Mar 20, 2024
1 parent e6dff30 commit 6650cb8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/Contributor_Guide/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,34 @@ If you want to contribute to assets, submit a pull request.
- url: `https://github.com/OPCODE-Open-Spring-Fest/assets/compare/branch...YOURGITHUBUSERNAME:assets:BRANCH?quick_pull=1&template=pr.md`

### Requirements
To run *assets*, you need the following requirements:

- [Node.js](https://nodejs.org/)


### Setup

To set up *assets* on your local machine, follow these steps:

## Installation Steps

1. Fork the repository:
- Click the "Fork" button at the top right corner of this repository's page on GitHub. This will create a copy of the repository in your GitHub account.

2. Clone the forked repository:

```bash
git clone https://github.com/<yourusername>/assets.git
```


3. Navigate to the project directory:
```bash
cd assets
```

4. Install Node.js dependencies:
```bash
npm i
```
Congratulations! You have successfully set up *assets* on your machine.
4 changes: 3 additions & 1 deletion .github/Contributor_Guide/Project_Tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ In the 'Contracts' folder, you'll find a single file with a '.sol' extension. Th
|
\---contracts
Assets.sol
```
```
#Tech stack :
Solidity

0 comments on commit 6650cb8

Please sign in to comment.