Skip to content

Commit

Permalink
Fix Astro template init command
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Nov 13, 2023
1 parent a2d0814 commit 5f0e9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
[
'npx create-next-app --example "https://github.com/sumup-oss/circuit-ui/tree/main/packages/cna-template/template" test-app',
'npx create-remix@latest ./test-app --template https://github.com/sumup-oss/circuit-ui/tree/main/packages/remix-template --install --no-git-init',
'npx create-astro@latest ./test-app --template https://github.com/sumup-oss/circuit-ui/tree/main/packages/astro-template',
'npx create-astro@latest ./test-app --template sumup-oss/circuit-ui/packages/astro-template',
]
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ template for Circuit UI + Astro apps with SumUp's frontend stack.

1. Open your terminal.
2. Navigate to the directory you would like to place your project in.
3. Run `npx create-astro@latest ./my-app --template https://github.com/sumup-oss/circuit-ui/tree/main/packages/astro-template`, where `my-app` is the name of your project.
3. Run `npx create-astro@latest ./my-app --template sumup-oss/circuit-ui/packages/astro-template`, where `my-app` is the name of your project.

This will create the folder `my-app` and initialize a new project inside. The project will be based on [Astro](https://docs.astro.build) and will use SumUp's [Circuit UI](https://circuit.sumup.com/) component library and [Foundry](https://github.com/sumup-oss/foundry) toolkit.

Expand Down

1 comment on commit 5f0e9a6

@vercel
Copy link

@vercel vercel bot commented on 5f0e9a6 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.