Skip to content

Commit ad52f65

Browse files
feat(docs): Added Documentation for Stackblitz Setup (CircuitVerse#259)
* feat: added url for stackblitz codeflow in docs --------- Co-authored-by: Arnabdaz <[email protected]>
1 parent b77fdb2 commit ad52f65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ npm install
2020
npm run dev
2121
```
2222

23+
## Setting up on cloud with Stackblitz
24+
[StackBlitz](https://developer.stackblitz.com/guides/user-guide/what-is-stackblitz) is an instant fullstack web IDE for the JavaScript ecosystem.
25+
26+
1. Initiate the setup process by clicking on the following button:
27+
28+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/~/github.com/CircuitVerse/cv-frontend-vue)
29+
30+
2. Once the setup is complete, a Preview URL will be displayed in the browser window. Append `/simulatorvue/` to your URL to access the simulator.
31+
```
32+
https://<preview_url>/simulatorvue/
33+
```
34+
2335
## To Dos -
2436
1. **Creating the mobile version of the vue simulator**
2537
2. **Testing and bug fixing**

0 commit comments

Comments
 (0)