From c90faeb8319badec7451e8ad56fec00e9b3f23c8 Mon Sep 17 00:00:00 2001 From: Sebastian Hilton Date: Thu, 30 Mar 2023 16:49:17 -0700 Subject: [PATCH] updated the UI to match Collaborrate's goal, features, and color scheme --- README.md | 26 +++++++++++++------------- package.json | 12 ++++++------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 83dfc430..b993e4dd 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ## This Application is in Alpha Release ## -# Alternate Framework +# Collaborrate -A powerful, consistent, and flexible headless content management framework. Built using the Nuxtjs framework, Alternate Framework provides headless content management system capabilities for sites of all types. +A powerful, consistent, and flexible headless content management framework. Built using the Nuxtjs framework, Collaborrate provides headless content management system capabilities for sites of all types. https://app.netlify.com/start/deploy?repository=https://github.com/meeovi/Alternatecms ## Features include: -- Alternate Framework supports MySQL, SQlite, Postgres, Supabase, SQL Server, CockroachDB +- Collaborrate supports MySQL, SQlite, Postgres, Supabase, SQL Server, CockroachDB - Extendible system that supports Nuxtjs, Vuejs modules, and Fastify extensions - Per page & entire system SEO - Graphql support & Rest Apis with Rest Documentation @@ -24,7 +24,7 @@ https://app.netlify.com/start/deploy?repository=https://github.com/meeovi/Altern - PWA Support with push notifications, desktop notifications, and offline caching - Mobile, Desktop, and Docker support (coming soon) -and much more. Take a look at www.Alternate Framework.com +and much more. Take a look at www.Collaborrate.com ## Prerequisites: @@ -44,29 +44,29 @@ Add your database credentials to DATABASE_URL, example is DATABASE_URL=postgresq ## Steps to Install - 10 Minute Install -1. git clone https://github.com/meeovi/AlternateFramework -2. cd Alternate Framework +1. git clone https://github.com/meeovi/Collaborrate +2. cd Collaborrate 3. npm install 4. npm run all -Alternate Framework will be at: http://localhost:8000 +Collaborrate will be at: http://localhost:8000 ## If you have an existing database -1. git clone https://github.com/meeovi/AlternateFramework -2. cd Alternate Framework +1. git clone https://github.com/meeovi/Collaborrate +2. cd Collaborrate 3. npm install 4. prisma db pull 5. npm run all -## To update Alternate Framework +## To update Collaborrate 1. npm run alternate-update -Alternate Framework will be at: http://localhost:8000 +Collaborrate will be at: http://localhost:8000 -Alternate Framework Graphiql Playground will be at: http://localhost:4000/graphql +Collaborrate Graphiql Playground will be at: http://localhost:4000/graphql -Alternate Framework API Documentation is located at: http://localhost:4000/swagger +Collaborrate API Documentation is located at: http://localhost:4000/swagger More installation and deployment details are located at https://docs.Alternatecms.com \ No newline at end of file diff --git a/package.json b/package.json index 2602802e..83659a28 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "alternatecms", + "name": "collaborrate", "version": "0.0.5", "description": "A headless content management system with ecommerce features, graphql, Nuxtjs, and Prisma ORM.", "author": "Sebastian Hilton (https://www.sebastianhilton.com)", - "homepage": "https://www.alternatecms.com", + "homepage": "https://www.collaborrate.com", "repository": { "type": "git", - "url": "git+https://github.com/bastianhilton/AlternateCMS.git" + "url": "git+https://github.com/bastianhilton/collaborrate.git" }, "bugs": { - "url": "https://github.com/bastianhilton/AlternateCMS/issues" + "url": "https://github.com/bastianhilton/collaborrate/issues" }, "license": "MIT", "private": true, @@ -18,7 +18,7 @@ }, "scripts": { "alternate-commit": "git add . && git commit -m \"ready for update\"", - "alternate-update": "git pull \"https://github.com/Meeovi/AlternateFramework\"", + "alternate-update": "git pull \"https://github.com/Meeovi/Collaborrate\"", "build": "nuxt build", "build:mesh": "yarn build:mesh server/index.ts", "prebuild": "yarn build:mesh", @@ -88,7 +88,7 @@ "@types/graphql": "^14.5.0", "@types/graphql-fields": "^1.3.4", "@whatwg-node/fetch": "^0.5.3", - "alternatecms-docs-generator": "^0.6.0", + "collaborrate-docs-generator": "^0.6.0", "cors": "^2.8.5", "fastify": "^4.10.2", "grapesjs": "^0.20.4",