https://github.com/dipeshdimi/bitscale
https://github.com/dipeshdimi/bitscale
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipeshdimi/bitscale
- Owner: dipeshdimi
- Created: 2025-01-14T14:49:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T04:53:27.000Z (over 1 year ago)
- Last Synced: 2026-01-03T14:21:44.227Z (6 months ago)
- Language: JavaScript
- Homepage: https://bit-scale-five.vercel.app
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Live Deployment
https://bit-scale-five.vercel.app/
## Requirements
Ensure you have the following installed:
- **Node.js** (v14.18.0+)
- **npm** or **yarn**
## Getting Started
### Installation
1. Clone the repository:
```bash
git clone https://github.com/dipeshdimi/BitScale.git
```
2. Navigate to the project directory:
```bash
cd BitScale
```
3. Install dependencies:
```bash
npm install
```
4. Run the application:
```bash
npm run dev
```