Skip to content

The Kudoo business application. Includes both the front end and back end

License

Notifications You must be signed in to change notification settings

kudoo-cloud/kudoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT kudoo-cloud

Prerequisites

You'll need to have the following running on your local machine

For Node we'd suggest install NVM. If you're using Windows then please use NVM-Windows

Please note We will always use the long term release supported version of Node. Currently this is 14.

You'll need to have the following global packages installed npm install -g pm2

Please note We use Arweave to store files.

Credentials

You will now need to setup your environmental variables.

Copy the env.sample file to two new files:

  • .env
  • .env.development

And then configure the variables.

Here's an example config

# FRONTEND
NODE_ENV=development
GRAPHQL_API_URL=http://localhost:3000/api/
SKELM_BASE_URL=http://localhost:3000

Running a local dev environment

Non Windows based OS

If you are on Linux or MacOS you can simply run the following command bash ./run.sh

Windows

We are currently working on getting a Powershell script working.

About

The Kudoo business application. Includes both the front end and back end

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published