https://github.com/nishantcoder108/onex-rswe-assessment-2024-starter
https://github.com/nishantcoder108/onex-rswe-assessment-2024-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nishantcoder108/onex-rswe-assessment-2024-starter
- Owner: NishantCoder108
- Created: 2024-03-12T12:23:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T13:18:59.000Z (over 1 year ago)
- Last Synced: 2025-02-06T01:46:14.854Z (5 months ago)
- Language: TypeScript
- Homepage: https://envy-onex.vercel.app/
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EVFY - Electric Vechicle For You
## Screenshots

## Live URL
[Link to Live Demo](https://envy-onex.vercel.app/)
## How to Run
To run this project locally, follow these steps:
1. Clone the repository:
```sh
https://github.com/NishantCoder108/onex-rswe-assessment-2024-starter.git
```2. Navigate to the project directory:
```sh
cd onex-rswe-assessment-2024-starter
```
3. Install dependencies:
```sh
npm install
```
3. Start the development server:
```sh
npm run dev
```
4. Open your browser and navigate to `http://localhost:3000` to view the app..