Skip to content

Commit ed46d87

Browse files
committed
Move console frontend to dedicated repository
The console can now be found at https://github.com/accrescent/console.
1 parent 0a517ad commit ed46d87

File tree

182 files changed

+2
-20591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+2
-20591
lines changed

.github/workflows/build.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,3 @@ jobs:
2222
- uses: gradle/actions/setup-gradle@v4
2323
- run: ./gradlew build
2424
- run: ./gradlew dokkaHtml
25-
- run: npm install -g @angular/cli && npm ci && ng build
26-
working-directory: ./frontend
27-
- run: ng lint
28-
working-directory: ./frontend

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ steps below to get started.
3939
9. Log in to the MinIO console and create a new access key. Copy the access key ID and secret access
4040
key into `.env` as `S3_ACCESS_KEY_ID` and `S3_SECRET_ACCESS_KEY` respectively.
4141
10. TODO: Add secrets for private storage bucket
42-
11. Change to the `frontend directory` and run `npm ci`.
4342

4443
You should now be able to run the console in IDEA by selecting the "console" run configuration and
45-
running the project. The frontend can be served locally by running `ng serve` in the `frontend`
46-
directory.
44+
running the project.
4745

4846
The environment variables in the included IDEA run configurations may be modified as needed.
4947
However, we don't recommend doing this unless you know what you're doing. The defaults should work

LICENSES/LicenseRef-GitHub-Logos.txt

-7
This file was deleted.

LICENSES/LicenseRef-Proprietary.txt

-1
This file was deleted.

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ The next-generation Accrescent developer console.
1010

1111
## About
1212

13-
Parcelo is the server technology that powers [Accrescent]. It includes the developer console server
14-
and the console web frontend. Parcelo currently features:
13+
Parcelo is the backend server technology that powers [Accrescent]. Parcelo currently features:
1514

1615
- GitHub account login
1716
- User registration whitelisting

frontend/.editorconfig

-15
This file was deleted.

frontend/.gitignore

-46
This file was deleted.

frontend/angular.json

-160
This file was deleted.

frontend/angular.json.license

-3
This file was deleted.

frontend/eslint.config.js

-62
This file was deleted.

0 commit comments

Comments
 (0)