Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andraghetti committed Jan 10, 2025
1 parent d6ab872 commit f4627a1
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, built with [Next.js](https://nextjs.org).

## 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 f4627a1

Please sign in to comment.