/wanderlust-homebase

Open source repository containing the code for the Wanderlust Homebase Coworking Merzig website

Primary LanguageTypeScriptMIT LicenseMIT

Homepage for the Wanderlust Homebase coworking in Merzig

This is the open source repository for the Wanderlust Homebase coworking space in Merzig.

This app was build with Qwik and is automatically deployed to Netlify.

The coworking space does not exist in real life(, yet?) and this repository is mainly meant as part of my professional portfolio as software developer.

Technologies

As Qwik is a SSR framework, the web page is mostly rendered server side - which makes it as fast as it is.

Starting the project

You need to have yarn installed. After that, run

  • yarn dev to start the server locally
  • yarn start to start the server locally and open the website in a new tab
  • yarn build to build the server for production mode