https://github.com/michielbouw/michielbouw.nl
Michiel Bouw landingpage
https://github.com/michielbouw/michielbouw.nl
Last synced: 9 months ago
JSON representation
Michiel Bouw landingpage
- Host: GitHub
- URL: https://github.com/michielbouw/michielbouw.nl
- Owner: michielbouw
- Created: 2019-07-05T10:01:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T13:40:48.000Z (over 1 year ago)
- Last Synced: 2025-01-07T11:21:19.729Z (10 months ago)
- Language: JavaScript
- Homepage: http://michielbouw.nl/
- Size: 5.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# michielbouw.nl
Michiel Bouw landingpage
## Requirements
Nodejs v14/16
Yarn: `npm i -g yarn`
## Deploy
### Deploy code
After that run `npm run build:prod` and deploy the contents of folder `/out` to a static hosting solution.
## Next.js + Tailwind CSS
This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v2.2)](https://blog.tailwindcss.com/tailwindcss-2-2) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
It uses the new [`Just-in-Time Mode`](https://tailwindcss.com/docs/just-in-time-mode) for Tailwind CSS.