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

https://github.com/hqasmei/tailwindcss-and-nextjs-portfolio

A Next.js and Tailwind CSS Portfolio Website.
https://github.com/hqasmei/tailwindcss-and-nextjs-portfolio

Last synced: 7 days ago
JSON representation

A Next.js and Tailwind CSS Portfolio Website.

Awesome Lists containing this project

README

        

# Tailwind CSS and Next.js Portfolio

This is a template for creating a portfolio with Tailwind CSS and Next.js.

![Portfolio Demo](demo/demo.gif)

## How it works

Fork or download the repo and change whatever you need to change for your needs.

## Running Locally

Can run the application in VS Code or a terminal and it will be available at `http://localhost:3000`.

```bash
npm install
npm run dev
```