File tree 1 file changed +12
-0
lines changed 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,18 @@ npm install
20
20
npm run dev
21
21
```
22
22
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
+
23
35
## To Dos -
24
36
1 . ** Creating the mobile version of the vue simulator**
25
37
2 . ** Testing and bug fixing**
You can’t perform that action at this time.
0 commit comments