Public repository for:
- teunlamers.nl
Written using:
- Astro
- React
- Svelte
- Tailwind
This project uses the following dependencies:
- Node/npm
Run the following command to install the project:
npm install
Run the following command to run the development environment on you local machine:
npm run dev
In addition you have to run the typescript compiler
tsc -w
- Update build command to astro check && tsc --noEmit && astro build
none atm :)