Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Haeberli committed Jul 18, 2023
1 parent f930d92 commit 1ab6a87
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ npm run dev:backend
npm run dev
```

Now visit http://localhost:5173 (sk) or http://localhost:8090 (pb)
Now visit http://localhost:5173 (sk) or http://localhost:8080 (core)

Now making changes in the Svelte code (frontend) or Go code (backend) will show
results (almost) immediately.
Expand All @@ -119,12 +119,6 @@ results (almost) immediately.

See the build process details in the README files for backend and frontend.

### Configurable Hooks

Please read about the "hooks" system in [./momentum-backend/README.md](./momentum-backend/README.md)
It is a very easy and powerful way to extend your application with minimal
configuration and perhaps no code.

## Contributing

> **Note:** We currently have no contribution guidelines. This will be added in the future.
Expand Down

0 comments on commit 1ab6a87

Please sign in to comment.