Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1msirius/odlai
https://github.com/1msirius/odlai
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1msirius/odlai
- Owner: 1msirius
- Created: 2024-10-31T07:09:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T20:47:52.000Z (about 2 months ago)
- Last Synced: 2024-11-16T21:28:39.781Z (about 2 months ago)
- Language: MDX
- Homepage: https://odlai.vercel.app
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Ensure [pnpm](https://pnpm.io) is installed on your system. If not, follow the [installation instructions](https://pnpm.io/installation) on their website.
```
# download the site code with git
git clone git clone https://github.com/OpenDeepLearningAI/OpenDeepLearning.git# Navigate into the project directory
cd OpenDeepLearning# install the dependencies.
pnpm install# start the development server
pnpm dev
```The server will be running at [http://localhost:3000](http://localhost:3000).