Skip to content

Commit

Permalink
Merge pull request #93 from dotCMS/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wezell authored Feb 18, 2025
2 parents 6067068 + d8085ef commit d63950f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# The New New dotCMS Dev site

This version of the dev site is built with NextJs 15 and the blood, sweat, tears and tokens from our AI friends Bolt.ai/Claude/Cursor/Cline.
This is the latest and greatest version of the dotCMS documentation and dev site that powers https://dev.dotcms.com. The site is built with NextJs 15 and the blood, sweat, tears and tokens from our AI friends Bolt.ai/Claude/Cursor/Cline 🤖.


### Building


### Building & Running the dev site locally
To run the dev site locally, you need to set some environmental variables - either in your console or via a .env file:
```
NEXT_PUBLIC_DOTCMS_HOST={https://dotCMS that hosts the content}
NEXT_PUBLIC_CDN_HOST={https://The endpoint/CDN serving the nextJS site}
NEXT_PUBLIC_DOTCMS_AUTH_TOKEN=$DOTCMS_AUTH_TOKEN from the dotCMS that hosts the content
```
With these in place, you can
```
npm i
npm run dev
Expand Down

0 comments on commit d63950f

Please sign in to comment.