Skip to content

Commit

Permalink
Merge branch 'main' into comment/filter-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat authored May 12, 2024
2 parents b871024 + 46338bf commit a1d7761
Show file tree
Hide file tree
Showing 87 changed files with 10,842 additions and 8,452 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ BOT_TOKEN = "123"
GUILD_ID = "123"
LOCAL_CMS_PROVIDER = true
CACHE_EXPIRE_S = 10

ADMINS = "Random,[email protected]"
NEXT_PUBLIC_DISABLE_FEATURES = "featurea,featureb,featurec"
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Before you begin, ensure you have met the following requirements
```
6. Run database migrations:
```bash
npm run prisma:migrate:dev
npm run prisma:migrate
```
7. Seed the database:
```bash
Expand Down Expand Up @@ -108,3 +108,6 @@ Read our [contribution guidelines](./CONTRIBUTING.md) for more details.
<a href="https://github.com/code100x/cms/graphs/contributors">
<img src="https://contrib.rocks/image?repo=code100x/cms&max=400&columns=20" />
</a>

## Issues on mac Silicon
brew install pkg-config cairo pango libpng jpeg giflib librsvg
Binary file added certificate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a1d7761

Please sign in to comment.