Skip to content

Quickstart

This guide will help you get set up for development at ThePrintSpace.

Prerequisites

Before you begin, ensure you have:

  • Access to the ThePrintSpace GitHub organization
  • Required development tools installed (see below)
  • Access credentials for necessary services

Development Environment Setup

1. Clone the repositories

Terminal window
# Clone the main application repository
git clone https://github.com/theprintspace/[repo-name]

2. Install dependencies

Terminal window
npm install

3. Configure environment

Copy the example environment file and configure your local settings:

Terminal window
cp .env.example .env.local

4. Start development server

Terminal window
npm run dev

Next Steps

  • Review the Guides for detailed tutorials
  • Check the Reference for API documentation