Static webpage prototype for my mothers dental practice (using astro.js)
Only the Mobile View was worked on. (Open web console switch to mobile viewport)
When my mother opened her own dental practice in 2023, I was currently experimenting with astro.js. Given the opportunity I started working on her webpage for fun and to try out Astro in a real project (even if small). The webpage remains a prototype and has not been published.
Click here to view my Figma Design
Clone the project
git clone [email protected]:shazam442/zahnarzt-schams-website.git
Go to the project directory
cd zahnarzt-schams-website
If you are using a version manager for node such as nvm, install and use node 18
nvm install 18
nvm use 18
Install dependencies
npm install
Run server on localhost:3000
npx astro dev