Files
udlbook/src
Simon Prince 8f2ef53eab Merge branch 'main' of https://github.com/udlbook/udlbook
Trying to fix website problems
2025-01-23 16:25:08 -05:00
..
2025-01-23 16:11:01 -05:00
2024-06-20 10:39:17 +01:00
2024-06-21 10:21:11 +01:00
2024-06-17 15:28:43 +01:00
2024-06-19 15:35:44 +01:00
2024-06-27 19:38:52 +01:00
2024-07-30 16:01:39 -04:00

Understanding Deep Learning

Understanding Deep Learning - Simon J.D. Prince

Website

# 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