Skip to content
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
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.babelrc.js
apps/changelog
26 changes: 0 additions & 26 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,3 @@ yarn dev:developer-docs
```

With that, the repo is fully set up and you are ready to open local docs under http://localhost:3000

### Database

There is a compose file to start a local postgres db:

```
docker-compose up -d
```

If you already run a local postgres, it will create a `changelog` table.

The inital setup or the clean the database call:

```
yarn migrate:dev
```

To add new entries, visit `/changelog/_admin` you need to have a Google Account in the Sentry org to login.

#### Seeding

Call

```
npx prisma db seed
```
8 changes: 0 additions & 8 deletions apps/changelog/.env.development

This file was deleted.

9 changes: 0 additions & 9 deletions apps/changelog/.env.example

This file was deleted.

41 changes: 0 additions & 41 deletions apps/changelog/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions apps/changelog/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions apps/changelog/docker-compose.yml

This file was deleted.

62 changes: 0 additions & 62 deletions apps/changelog/next.config.mjs

This file was deleted.

71 changes: 0 additions & 71 deletions apps/changelog/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions apps/changelog/postcss.config.mjs

This file was deleted.

Loading
Loading