Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
70 changes: 0 additions & 70 deletions .github/workflows/build-beta.yml

This file was deleted.

7 changes: 1 addition & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,4 @@ npm run start:server
npm run start:client
```

Client will be available in the browser on local port `8080`.

## Beta

If your PR is labeled with `beta`, it will be live for testing at
[beta.gitlang.net](https://beta.gitlang.net).
Client will be available in the browser on local port `8080`
1 change: 0 additions & 1 deletion beta/CNAME

This file was deleted.

9 changes: 0 additions & 9 deletions beta/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions beta/appspec.yml

This file was deleted.

77 changes: 0 additions & 77 deletions beta/index.html

This file was deleted.

41 changes: 0 additions & 41 deletions beta/workflows/beta-compile.yml

This file was deleted.

31 changes: 0 additions & 31 deletions beta/workflows/beta-deploy.yml

This file was deleted.

62 changes: 0 additions & 62 deletions beta/workflows/beta-pr.yml

This file was deleted.

54 changes: 0 additions & 54 deletions beta/workflows/beta-prod.yml

This file was deleted.

6 changes: 2 additions & 4 deletions client/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ export const ROUTES = {
LANGS_LOCAL: ':3000/gitlang/github/langs',
};

export const BETA = {
REPOS: 'https://api.5105015032.com/gitlang-beta/github/repos',
LANGS: 'https://api.5105015032.com/gitlang-beta/github/langs',
export const INPUT = {
PLACEHOLDER: '[ username / repo ]',
};

export const inputPlaceholder = '[ username / repo ]';
Loading