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 installEnvironment Setup
Copy the example environment file:
bash
cp .env.example .env.localRunning the Development Server
bash
npm run devOpen [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.