An open API service indexing awesome lists of open source software.

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

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.