This commit is contained in:
Brooke Christiansen 2025-05-01 18:51:17 -07:00
commit e4a6dde7ff

View File

@ -1 +1,43 @@
# hello friends !
# hello friends !
# To Run the Website Locally
### Prerequisites
- [Node.js](https://nodejs.org/) version 18.17.1 or higher (we recommend using NVM to manage Node versions)
- [pnpm](https://pnpm.io/) (optional but recommended)
### Step 1: Install correct Node.js version
If you have NVM (Node Version Manager) installed:
```bash
nvm install 18.17.1
nvm use 18.17.1
```
Verify your Node.js version:
```bash
node -v
```
### Step 2: Install dependencies
```bash
npm install
```
### Step 3: Start the development server
```bash
npx astro dev
```
## Tech Stack
- [Astro](https://astro.build/) - The core framework
- [React](https://reactjs.org/) - For interactive components
- [Tailwind CSS](https://tailwindcss.com/) - For styling
- [TypeScript](https://www.typescriptlang.org/) - For type safety