Skip to content

Commit

Permalink
updated the UI to match Collaborrate's goal, features, and color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hilton committed Mar 30, 2023
1 parent 35d3215 commit c90faeb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:

Expand All @@ -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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c90faeb

Please sign in to comment.