Installation
This guide will walk you through setting up the Ever Works on your local machine.
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js 20.x or higher - Download here
- npm, yarn, or pnpm - Package manager
- Git - For version control
- PostgreSQL (optional) - For database
System Requirements
- Operating System: Windows, macOS, or Linux
- Memory: 4GB RAM minimum, 8GB recommended
- Storage: 2GB free space
- Network: Internet connection for dependencies
Installation Steps
1. Clone the Repository
git clone https://github.com/ever-co/ever-works-website-template.git
cd ever-works-website-template
2. Install Dependencies
Using npm:
npm install
Using yarn:
yarn install
Using pnpm:
pnpm install
3. Environment Setup
Copy the example environment file:
cp .env.example .env.local