Skip to content

Commit 9dc2ea1

Browse files
authored
Merge pull request #1190 from MonsieurDart/add-ember-user-semeia
Ember Users: add Semeia
2 parents fd2da07 + e04bcee commit 9dc2ea1

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ You can find the current repositories here:
1010
## How to Add New Content
1111

1212
### Adding a showcase
13-
To add an app to the **Showcase** section on the `/learn` page run `ember g showcase name-of-showcase` and replace the placeholder fields with the details of the new item.
13+
To add an app to the **Showcase** section on the `/learn` page run `pnpm ember g showcase name-of-showcase` and replace the placeholder fields with the details of the new item.
1414

1515
### Adding a User
16-
To add a company to the list of [Ember Users](https://emberjs.com/ember-users/) run `ember g user name-of-company` and replace the placeholder fields with the details of your company. You will also need to add a logo image to `public/images/users/`. For more information please read the comment in the markdown file that is generated using the command above.
16+
To add a company to the list of [Ember Users](https://emberjs.com/ember-users/) run `pnpm ember g user name-of-company` and replace the placeholder fields with the details of your company. You will also need to add a logo image to `public/images/users/`. For more information please read the comment in the markdown file that is generated using the command above.
1717

1818
### Adding a Team Member
19-
To add a new team member you can run `ember g team-member firstname-lastname` and make sure that all the fields are filled in.
19+
To add a new team member you can run `pnpm ember g team-member firstname-lastname` and make sure that all the fields are filled in.
2020

2121
If you want to add an existing Team Member to another team or change their team membership you can find that person in the `data/team-member/` folder and edit the `teams` array.
2222

2323
### Adding a Meetup
24-
To add a new team member you can run `ember g meetup city-country` and make sure that all the fields are filled in.
24+
To add a new team member you can run `pnpm ember g meetup city-country` and make sure that all the fields are filled in.
2525

2626
The generated meetup will have two organisers but you can have as many, or as few as you need or want.
2727

data/user/semeia.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
url: 'https://semeia.io'
3+
image: semeia.png
4+
name: Sêmeia
5+
added: 2026-02-20T14:43:04.380Z
6+
---
7+
Our patient medical monitoring app is built with Ember.

public/images/users/semeia.png

11.7 KB
Loading

0 commit comments

Comments
 (0)