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

https://github.com/tim-soft/next-portfolio

:floppy_disk: My personal website, blog and library demo playground, built from scratch with Next.js
https://github.com/tim-soft/next-portfolio

Last synced: over 1 year ago
JSON representation

:floppy_disk: My personal website, blog and library demo playground, built from scratch with Next.js

Awesome Lists containing this project

README

          

# Next Portfolio

**next-portfolio** Is my personal website, blog and library demo playground, built from scratch with Next.js

[**https://timellenberger.com**](https://timellenberger.com)

![GitHub package.json version](https://img.shields.io/github/package-json/v/tim-soft/next-portfolio.svg?color=brightgreen&style=popout-square)
[![NPM](https://img.shields.io/npm/l/react-particles-webgl.svg?color=brightgreen&style=popout-square)](https://github.com/tim-soft/next-portfolio/blob/master/LICENSE)

## ✨ Features

- SSR React with [Next.js](https://github.com/zeit/next.js/)
- Dynamic Theming and Styles via [Styled-Components](https://github.com/styled-components/styled-components)
- Offline Ready via [Workbox](https://github.com/GoogleChrome/workbox)
- One Click Production Serverless Deploy to [Now](https://zeit.co/now)
- [Prettier](https://github.com/prettier/prettier), [ESLint](https://github.com/eslint/eslint) and [StyleLint](https://stylelint.io/) Integration

## How to use

Clone this repo

```bash
git clone https://github.com/tim-soft/next-portfolio.git next-portfolio
cd next-portfolio
```

Install dependencies

```bash
yarn install
```

Run locally with hot module reloading

```bash
yarn dev
```

Deploy to Now

```
yarn global add now
now
```