Skip to content

Commit

Permalink
FSN-29: Remove instructions to build frontend code
Browse files Browse the repository at this point in the history
Minor leftovers pointed out during PR review
  • Loading branch information
stefanoboriero committed Jan 14, 2025
1 parent 75f6386 commit 59c993d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@
/.licensei.toml
/scripts/
pkged.go
/web/dist/
/web/node_modules/
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ Create a permanent developer configuration:
cp config.toml.dist config.toml
```

Running `cloudinfo` requires the `web/` project to be built (requires `Node.js` to be installed):

```bash
cd web/
npm run build-prod
cd ..
build/cloudinfo
```

## Cloud credentials

The cloudinfo service is querying the cloud provider APIs, so it needs credentials to access these.
Expand Down

0 comments on commit 59c993d

Please sign in to comment.