Documentation
  • 👋Welcome to Cerberus
  • Overview
    • 💡What we do
    • ✨Our Features
  • Product Guides
    • 💡Core concepts
    • 🍎Creating an App
    • 📎Modeling your domain
    • 📄Creating policies
  • Tutorial
    • 🛠️Getting set up
      • 🌠Cloning project
      • 👷Setting up workspace
      • 🏃‍♂️Build and run app
    • 📏Creating static rules
      • Create an account
      • Add migrations
    • ✍️Implementation
      • Backend
        • Migrate existing data
        • Routes
        • Services
          • User
          • Project
          • Sprint
          • Story
      • Frontend
        • Settings
        • Projects
        • Sprints
        • Stories
  • APIs
    • 🎨REST API
    • 🖥️Websocket API
  • Migrations
    • 🐧Scripting language
    • 🏃‍♂️Running migrations
Powered by GitBook
On this page
  1. Tutorial
  2. Getting set up

Setting up workspace

PreviousCloning projectNextBuild and run app

Last updated 2 years ago

You'll need to have the following installed:

  • Go (>= 1.18) ()

  • Node (>= v18) & npm (>= v8) ()

  • docker (>= v20) ()

  • docker compose (>= v1) ()

Navigate to the cloned project and into the folder 'frontend/react'

Install frontend packages:

npm install

🛠️
👷
https://go.dev/
https://github.com/nvm-sh/nvm
https://docs.docker.com/engine/install/
https://docs.docker.com/compose/install/