Skip to content

Commit

Permalink
Add frontend readme (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
andraghetti authored Jan 10, 2025
1 parent 7aaa205 commit 51533de
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# The Good AI Lab Website

This is the frontend website for The Good AI Lab

## Development

If you don't have node installed run the following command to install it:

```bash
brew install node@22
brew link node@22
brew install pnpm
```

Before making changes, prepare automatic pre-commit hooks:

```bash
pnpm prepare
```

To run the development server:

```bash
# Install dependencies
pnpm install

# Start the development server
pnpm dev
```

Then open [http://localhost:5173](http://localhost:5173) with your browser to see the result.


For linting run:

```bash
pnpm lint
```

0 comments on commit 51533de

Please sign in to comment.