Skip to content

Commit

Permalink
I don't think this README was correct, the commands didnt work for me
Browse files Browse the repository at this point in the history
  • Loading branch information
josvandervelde committed Dec 21, 2023
1 parent 13c9a77 commit cf78b36
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,3 @@
# OpenML Website

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, install the dependencies with:

```bash
npm install
```

Then, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

See https://docs.openml.org/Website/ for instructions

0 comments on commit cf78b36

Please sign in to comment.