Skip to content

Commit

Permalink
Merge branch 'main' into enhance/signin_page
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat authored May 12, 2024
2 parents 32ee84f + 051db4d commit fbe7a04
Show file tree
Hide file tree
Showing 85 changed files with 10,830 additions and 9,058 deletions.
4 changes: 3 additions & 1 deletion .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]"

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 fbe7a04

Please sign in to comment.