You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.md
+5-41Lines changed: 5 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,14 @@
1
1
# Contributing
2
2
3
-
## React + TypeScript + Vite {#react-typescript-vite}
3
+
**NOTE:** If you're just looking to run the app, [using the wheel](https://github.com/tenstorrent/ttnn-visualizer/blob/dev/docs/getting-started.md) is recommended as it is very simple to install and run.
4
4
5
-
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and
36
-
add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
7
+
### Environment
37
8
38
-
## Running the app
9
+
Copy the provided `.env.sample` file to `.env`. The values from the sample should work as is but `VITE_API_ROOT` is required to be able to communicate with the backend.
39
10
40
-
### Environment
41
11
42
-
Copy the provided `.env.sample` file to `.env` and change any necessary options. See the section on options
43
-
for more details on the available configuration options.
44
12
45
13
### Frontend
46
14
@@ -82,11 +50,7 @@ Starting with hot reload:
82
50
npm run flask:start-debug
83
51
```
84
52
85
-
access on localhost:8000/
86
-
87
-
### Development
88
-
89
-
Copy report contents to `backend/data/active` - IE - `backend/data/active/db.sqlite`
53
+
When both the frontend and backend are running you can access the app on [http://localhost:5173](http://localhost:5173) or whatever **Local** uri is printed in your terminal where you ran `npm run dev`.
0 commit comments