Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ To set up Clowder locally, follow these steps:
```bash
git clone https://github.com/your-username/clowder.git
cd clowder
```
2. Install Dependencies
Install the required packages using your preferred package manager:

bash
Copy

```bash
npm install
# or
yarn install

```
3. Set Up Environment Variables
Create a .env file in the root directory of the project and add the following environment variable:
NEXT_PUBLIC_PROJECT_ID=your-project-id
Expand All @@ -64,9 +65,9 @@ To set up Clowder locally, follow these steps:
5. Run the Development Server
Start the local development server:

```bash
npm run dev
# or
yarn dev


Your application should now be running on http://localhost:3000.
```
Your application should now be running on <http://localhost:3000>.