Skip to content

Commit

Permalink
feat!: rename apps (#365)
Browse files Browse the repository at this point in the history
rename apps
  • Loading branch information
stringhandler authored Jul 5, 2024
1 parent fa8f37c commit 89180d1
Show file tree
Hide file tree
Showing 667 changed files with 49 additions and 48,796 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ jobs:
npm -v
yarn -v
- name: npm audit gui-react
run: |
cd gui-react
yarn audit
25 changes: 1 addition & 24 deletions .github/workflows/reusable-ci-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,27 +151,4 @@ jobs:
echo npm v$(npm -v)
echo yarn v$(yarn -v)
- name: build gui-react
if: ${{ inputs.build-launchpad-fe }}
# Replace 'yarn build' with 'yarn tauri build' to build both, fronted (react) and backend
run: |
cd gui-react
yarn install
yarn lint:ci
yarn test:ci
yarn build
- name: build collectibles web-app
if: ${{ inputs.build-collectibles }}
run: |
cd applications/tari_collectibles/web-app
npm ci
npm run build
- name: lint/fmt tari explorer
if: ${{ inputs.build-explorer }}
run: |
cd applications/tari_explorer
npm ci
npm run lint
npm run check-fmt
88 changes: 44 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ a.k.a. _Tari one-click miner_.
4. [Docker](https://docs.docker.com/get-docker/) is not _strictly_ a pre-requisite, since the launchpad on-boarding
flow will install it for you, but you will need docker eventually, so putting it here.
5. Install the front-end dependencies
```text
$ yarn
$ cd gui-react
$ yarn
```

6.
## Running a development version of launchpad

These commands
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "tari-lp-cli"
name = "tari_launchpad_cli"
version = "1.10.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use std::env;

use anyhow::{Context, Error};
use tact::Actor;
use tari_lp_cli::supervisor::Supervisor;
use tari_launchpad_cli::supervisor::Supervisor;
use tari_sdm_assets::configurator::Configurator;

#[tokio::main]
Expand Down
40 changes: 0 additions & 40 deletions gui-react/.eslintrc.js

This file was deleted.

26 changes: 0 additions & 26 deletions gui-react/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions gui-react/.prettierrc.json

This file was deleted.

130 changes: 0 additions & 130 deletions gui-react/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions gui-react/__mocks__/tauri-plugin-sql-api.js

This file was deleted.

Loading

0 comments on commit 89180d1

Please sign in to comment.