add readme

This commit is contained in:
Tom Heaton
2024-06-06 00:08:09 +01:00
parent 03c92541ad
commit 3cf0c4c418
2 changed files with 380 additions and 346 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# Understanding Deep Learning
Understanding Deep Learning - Simon J.D. Prince
## Website
```shell
# Install dependencies
npm install
# Run the website in development mode
npm dev
# Build the website
npm build
# Preview the built website
npm preview
# Format the code
npm run format
# Lint the code
npm run lint
# Clean the repository
npm run clean
# Prepare to deploy the website
npm run predeploy
# Deploy the website
npm run deploy
```