My personal blog and portfolio website built with modern web technologies.
- Node.js (v18 or higher)
- npm (v9 or higher)
cd app
npm install
npm run devThis will start the development server at http://localhost:5000 (or another port if 5000 is in use).
cd app
npm run buildThe built files will be available in the build directory.
npm run publish- SvelteKit - Web framework
- Vite - Build tool
- TailwindCSS - Styling
app/
├── src/
│ ├── lib/ # Shared components and utilities
│ ├── routes/ # Page components and API routes
│ └── app.html # HTML template
├── static/ # Static assets
└── tests/ # Test files
MIT © River Snow
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
- Website: river.berlin