ET59
Getting Started with ET59
Tutorial

Getting Started with ET59

Learn how to set up your first project with ET59 and deploy to production in minutes.

111

Author

March 10, 20245 min read

Welcome to ET59! This guide will help you set up your first project and deploy it to production.

Prerequisites

Before you begin, make sure you have: - Node.js 18+ installed - A PostgreSQL database - A Stripe account for payments

Installation

bash
git clone https://github.com/your-repo/et59
cd et59
npm install

Environment Setup

Copy the example environment file:

bash
cp .env.example .env.local

Running the Development Server

bash
npm run dev

Open [http://localhost:3000](http://localhost:3000) to see your app!

Tags:setupdeploymentgetting-started

Written by

111

Building the best SaaS boilerplate for developers. Ship your product faster with ET59.