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

Add Makefile.toml #497

Merged
merged 5 commits into from
Sep 20, 2023
Merged

Add Makefile.toml #497

merged 5 commits into from
Sep 20, 2023

Conversation

jinwook-k
Copy link
Contributor

Adding a new file makefile.toml as an alternative to Makefile.
The next step is properly complete and test on Windows, but wanted to keep this as an intro PR that at least works on macOS.

Commands to Test

  1. Install cargo-make:
    cargo install cargo-make
  2. Setup: cargo make setup
  3. Run: cargo make run
    • client only: cargo make run-client
    • backend only: cargo make run-backend

Note: will work on the plugin and bundling commands in a future PR.

Here is a separate PR that will update the dev documentations: spyglass-search/docs.spyglass.fyi#6

JinKim7 added 2 commits August 31, 2023 21:39
- adding makefile.toml as an alternative to Makefile
  - better support for windows dev experience
@a5huynh a5huynh merged commit 871257a into spyglass-search:main Sep 20, 2023
1 check failed
@a5huynh
Copy link
Collaborator

a5huynh commented Sep 20, 2023

Sorry for the delay @JinKim7 , looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants