Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snrakshith committed Jul 30, 2024
2 parents 8901f38 + 2caf77e commit 4201ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ Demo project for the [How to set up a Front-End project with Vite, React, and Ty

## Demo

You can see this project deployed to Cloudflare Pages!
You can see this project deployed to Github Pages!

Link: <https://setup-project-demo.pages.dev>
Link:

## Run Locally

Clone the project

```bash
git clone https://github.com/Pixelmatters/setup-project-demo
git clone https://github.com/snrakshith/react-template
```

Go to the project directory

```bash
cd setup-project-demo
cd react-template
```

Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-template",
"version": "0.0.0",
"version": "0.0.1",
"engines": {
"node": ">=20.12.0",
"npm": ">=9.4.0"
Expand Down

0 comments on commit 4201ddf

Please sign in to comment.