Skip to content

Commit

Permalink
Remove CRA template (#1213)
Browse files Browse the repository at this point in the history
* Remove @sumup/cra

* Add changeset
  • Loading branch information
Robin Métral authored Oct 13, 2021
1 parent 0724c48 commit a27426a
Show file tree
Hide file tree
Showing 31 changed files with 8 additions and 860 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-parrots-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': patch
---

Removed the Circuit CRA template. Use the [CNA template](https://github.com/sumup-oss/circuit-ui/tree/main/packages/create-sumup-next-app) instead.
32 changes: 0 additions & 32 deletions .github/workflows/cra.yml

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const SORT_ORDER = {
'design-tokens': {},
'icons': {},
'create-sumup-next-app': {},
'create-sumup-react-app': {},
},
};

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Here are a few helpful links for getting started with Circuit UI:
- **[@sumup/design-tokens](./packages/design-tokens)** — visual primitives such as typography, color, and spacing
- **[@sumup/icons](./packages/icons)** — a collection of SVG icons
- **[create-sumup-next-app](./packages/create-sumup-next-app)** — bootstrap a fresh [Next.js](https://nextjs.org/) app with Circuit UI and [Foundry](https://github.com/sumup-oss/foundry)
- **[create-sumup-react-app](./packages/create-sumup-react-app)** — bootstrap a new React app with [create-react-app](https://create-react-app.dev/), Circuit UI, and [Foundry](https://github.com/sumup-oss/foundry)

## Code of conduct

Expand Down
5 changes: 2 additions & 3 deletions docs/introduction/getting-started.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ import { Meta, Status, Intro, Link } from '../../.storybook/components';

## Creating a new app with Circuit UI

Starting fresh? The quickest way to bootstrap a new project with Circuit UI is using one of our starter templates:
Starting fresh? The best way to bootstrap a new project with Circuit UI is to use our [`create-sumup-next-app`](https://github.com/sumup-oss/circuit-ui/tree/main/packages/create-sumup-next-app) template.

- **[create-sumup-next-app](https://github.com/sumup-oss/circuit-ui/tree/main/packages/create-sumup-next-app)** — bootstrap a fresh [Next.js](https://nextjs.org/) app with Circuit UI and SumUp's [Foundry](https://github.com/sumup-oss/foundry) frontend toolkit
- **[create-sumup-react-app](https://github.com/sumup-oss/circuit-ui/tree/main/packages/create-sumup-react-app)** — bootstrap a new React app with [create-react-app](https://create-react-app.dev/), Circuit UI, and SumUp's [Foundry](https://github.com/sumup-oss/foundry) frontend toolkit
It will get generate a new [Next.js](https://nextjs.org/) app with Circuit UI and SumUp's [Foundry](https://github.com/sumup-oss/foundry) frontend toolkit, and get you started in minutes!

## Adding Circuit UI to an existing app

Expand Down
14 changes: 0 additions & 14 deletions packages/create-sumup-react-app/.eslintignore

This file was deleted.

45 changes: 0 additions & 45 deletions packages/create-sumup-react-app/.eslintrc.js

This file was deleted.

73 changes: 0 additions & 73 deletions packages/create-sumup-react-app/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/create-sumup-react-app/CHANGELOG.md

This file was deleted.

Loading

1 comment on commit a27426a

@vercel
Copy link

@vercel vercel bot commented on a27426a Oct 13, 2021

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.