Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 985 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 985 Bytes

Nuvolaris MastroGPT

Build easily AI applications with MastroGPT!

Setup

You can run Nuvolaris Starter:

  • Online with Codespace
  • Locally with Docker

Online Setup

  • Get a GitHub account
  • Fork this repo in your own account
  • Start it with Codespaces (you have 60 free hours)
  • See below for setup.

Local Setup

  • Install Docker and VScode in your machine
  • Clone this repo
  • Open it in VSCode
  • Press F1 and the "Reopen in Container"

Configuration

  • Open a new terminal.
  • Wait the setup is complete
  • Provide Nuvolaris username and password

Configuration

To use it for your website you need to put in some values in .env

Copy .env.dist to .env and fill with the required values

You are ready to develop!

Developmet

Use from the terminal

  • devel to run a local development environment
  • deploy to deploy everything in cloud

You can also use our extension for using it.

Click on the "nuvolaris" icon and you have the commands available.