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
- Host: GitHub
- URL: https://github.com/tim-soft/next-portfolio
- Owner: tim-soft
- License: mit
- Created: 2019-02-22T08:52:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T20:47:06.000Z (over 4 years ago)
- Last Synced: 2023-02-27T11:17:24.554Z (over 3 years ago)
- Language: JavaScript
- Homepage: https://timellenberger.com
- Size: 3.91 MB
- Stars: 32
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)

[](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
```