Skip to content

Commit

Permalink
gaslighting
Browse files Browse the repository at this point in the history
  • Loading branch information
kistenklaus committed Jun 21, 2024
1 parent 9b2c3c6 commit de89234
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 37 deletions.
51 changes: 15 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,20 @@
## Prerequisites
##### Install npm
Just follow the instructios on the
[npm website](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
for your platform
##### Tauri prerequisites
Just follow the instructions on the
[tauri website](https://tauri.app/v1/guides/getting-started/prerequisites)
for your platform
##### Download the project
Use a Github Client or from the cli run
```
$ git clone https://github.com/mu-zero-HYPERLOOP/control-panel
```

##### Install npm dependencies
```
$ cd control-panel
$ npm install
```
This will install all npm dependencies and take a while

##### Run the application in developer mode
```
$ npm run tauri dev
```
This takes a while (not more than 3 min), afterwards the control-panel
application, should open in developer mode (less performant than release
but supports hot reloading, devtools etc.)

## Build release version
Just run
```
$ npm run tauri build
```
Afterwards the executable app bundle can be found somewhere
in ```src-tauri/target/release/bundle/``` depending on your platform
# NICE COCK!
We are muzero the younger and better looking version of
your team from Germany =^).
Thanks for open sourcing your project,
we took some freedom and made some minor adjustments.

Jokes aside we enjoyed reading through your codebase and
would love to have a chat a EHW.

If wanna contact us you know how
https://github.com/mu-zero-HYPERLOOP/canzero


# How to run
```
$ ./canzero-do-shit.sh
```
This should build, setup our toolchain
and run the control panel.
2 changes: 1 addition & 1 deletion canzero-do-shit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ npm run tauri build

$path_to_exe config set network_config/config.yaml

$path_to_exe server start
$path_to_exe server start &

$path_to_exe

0 comments on commit de89234

Please sign in to comment.