Commit 29856d4e authored by Tim Breeze's avatar Tim Breeze
Browse files

1.0.0

No related merge requests found
Showing with 8 additions and 7 deletions
+8 -7
......@@ -6,10 +6,10 @@ For detailed documentation on our React packages, please visit our [documentatio
## 🔌 Getting started
1. **Configure CMS Environment**: Define your CMS environment in the .env file
2. **Update Project Details**: Set the project name and repository URL in package.json
3. **Install Dependencies**: Run npm install to install the required packages\*
4. **Start the Project**: Run npm start to launch the project in your browser
1. **Configure CMS Environment**: Define your CMS environment in the `.env` file
2. **Update Project Details**: Set the project name and repository URL in `package.json`
3. **Install Dependencies**: Run `npm install` to install the required packages\*
4. **Start the Project**: Run `npm start` to launch the project in your browser
Ensure you're running Node.js version 20 before installation. We recommend using [nvm](https://github.com/nvm-sh/nvm) to manage multiple versions of Node.js.
......
......@@ -11,7 +11,7 @@
"dependencies": {
"@contensis/canvas-react": "^1.1.0",
"@reduxjs/toolkit": "^2.2.5",
"@zengenti/contensis-react-base": "^3.2.0",
"@zengenti/contensis-react-base": "^3.2.1",
"app-root-path": "^3.0.0",
"react-router-hash-link": "^2.4.3",
"sitemap": "^8.0.0"
......@@ -4519,7 +4519,8 @@
},
"node_modules/@zengenti/contensis-react-base": {
"version": "3.2.1",
"license": "None",
"resolved": "https://registry.npmjs.org/@zengenti/contensis-react-base/-/contensis-react-base-3.2.1.tgz",
"integrity": "sha512-IBp+/agCBevAB4RcOl4S49nbpaFoSsFx4Iud733BZStoThBx8n2YAzJcQ01nAt56TSutogXW/ewFBQpKVXWbFg==",
"dependencies": {
"@hot-loader/react-dom": "^17.0.2",
"@loadable/component": "^5.15.2",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment