Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
05d960f
Refactor loader HTML and JS for improved readability; add Vite config…
MichelDiz Apr 19, 2025
0f49b20
Remove build, start, and test scripts for project cleanup
MichelDiz Apr 19, 2025
0446a80
Remove deprecated action files for backup, cluster, connection, frame…
MichelDiz Apr 19, 2025
d539bc4
Remove deprecated graph, helper, parser, and reducer files
MichelDiz Apr 19, 2025
1296348
Remove deprecated modal components and related tests for project cleanup
MichelDiz Apr 19, 2025
0fffbd3
feat: Implement GraphParser and related utilities for graph processing
MichelDiz Apr 19, 2025
6311545
Fix extensions
MichelDiz Apr 19, 2025
2e8c935
Remove Vite demo related
MichelDiz Apr 19, 2025
432e974
sync some parts
MichelDiz Apr 19, 2025
cd30432
related to #374
MichelDiz Apr 19, 2025
2cbacdf
minor
MichelDiz Apr 19, 2025
6952bda
Undo some formating changes - just noise.
MichelDiz Apr 27, 2025
2b85dba
Undo some formating changes - just noise.
MichelDiz Apr 27, 2025
ad70044
Undo some formating changes - just noise.
MichelDiz Apr 27, 2025
03be91a
Undo some formating changes - just noise.
MichelDiz Apr 27, 2025
875efda
Add vercel.json configuration for Vite framework
MichelDiz May 9, 2025
fdefdf8
undo jsx change
MichelDiz May 9, 2025
0bea5fb
undo some auto lint
MichelDiz May 9, 2025
7f347b1
Minor change
MichelDiz May 9, 2025
5656115
Remove lint
MichelDiz May 9, 2025
3ad3ff3
change static path
MichelDiz May 9, 2025
b12166a
Update vercel.json
ryanfoxtyler May 9, 2025
fb347df
Update vercel.json
ryanfoxtyler May 9, 2025
3604cc0
update formatting
ryanfoxtyler May 11, 2025
b2f5530
Merge branch 'main' of https://github.com/hypermodeinc/ratel
ryanfoxtyler May 11, 2025
0344fc4
Update .gitignore
ryanfoxtyler May 11, 2025
c1ceaf8
Update package-lock.json
ryanfoxtyler May 11, 2025
0e1bdb5
Update FrameCodeTab.js
ryanfoxtyler May 11, 2025
0eb6f81
cleanup
ryanfoxtyler May 11, 2025
0569f74
Update index.js
ryanfoxtyler May 11, 2025
0d4592d
Merge branch 'main' into main
ryanfoxtyler Jun 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,21 @@ The following steps would help setup the app for development locally.
You can run `npm run build` to generate the bundled files for production and push them with your
development changes. These files are served by Dgraph on the default port at
`http://localhost:8080`.

# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md)
uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses
[SWC](https://swc.rs/) for Fast Refresh

## Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript and enable type-aware
lint rules. Check out the
[TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) to
integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
156 changes: 0 additions & 156 deletions client/config/env.js

This file was deleted.

71 changes: 0 additions & 71 deletions client/config/getHttpsConfig.js

This file was deleted.

17 changes: 0 additions & 17 deletions client/config/jest/cssTransform.js

This file was deleted.

43 changes: 0 additions & 43 deletions client/config/jest/fileTransform.js

This file was deleted.

Loading
Loading