Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cp/initial job form #230

Merged
merged 14 commits into from
Jul 14, 2023
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
File renamed without changes.
5 changes: 5 additions & 0 deletions tavern/internal/www/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": [
"relay"
]
}
1 change: 0 additions & 1 deletion tavern/internal/www/.dockerignore
hulto marked this conversation as resolved.
Show resolved Hide resolved

This file was deleted.

2 changes: 1 addition & 1 deletion tavern/internal/www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Any relevant code generation can be executed by running `go generate ./cmd/taver
_If this is your first time contributing WWW changes in this dev environment, remember to run `npm install` to ensure you have all required dependencies_

1. Run `go generate ./...` to ensure all code generation is up to date
2. Run `go run ./cmd/tavern` to start the teamserver (for the GraphQL API)
2. Run `go run ./tavern` to start the teamserver (for the GraphQL API) run in the project root
3. In a separate terminal, navigate to the [UI Root /cmd/tavern/internal/www](https://github.com/KCarretto/realm/tree/main/cmd/tavern/internal/www) and run `npm start` (Note this will also run the [Relay compiler](https://relay.dev/docs/guides/compiler/))
Empty file.
Loading