Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 425 Bytes

File metadata and controls

17 lines (12 loc) · 425 Bytes

maxdaten.io

Vercel Deploy

Building & Running Locally

To run it locally, you simply have to run:

# First, install dependencies
npm install
# Then, run it on dev mode
npm run dev

The site should now be available at http://localhost:5173/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.