Marketing site for Calories, a simple nutrition tracking app.
# Clone the repository
git clone https://github.com/joeychilson/calories-landing.git
cd calories-landing
# Install dependencies
npm install
# Copy environment variables
cp .env.example .env
# Start the development server
npm run dev
| Variable | Description |
|---|---|
PUBLIC_APP_URL |
URL to the main app (e.g., https://app.burncalories.app) |
npm run build
MIT