0.0.3-alpha.0 • Published 11 months ago

@padmadev/core v0.0.3-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Getting Started:

If you’re new to development, don’t worry! This guide will help you set up the project with ease.

Step 1: Fork the Repository

Click the "Fork" button at the top right of this GitHub repository to copy it to your account.

Step 2: Set Up Environment Variables

locate the apps/site folders, create an .env file and add the required environment variables. The .env.example files will guide you on what’s needed.

Step 3: Run the Frontend

In another terminal, navigate to the apps/site directory and run:

pnpm install
pnpm dev

This will launch the frontend, and the site will be accessible at http://localhost:3000.