next-portfolio
next-portfolio copied to clipboard
:floppy_disk: My personal website, blog and library demo playground, built from scratch with Next.js
Next Portfolio
next-portfolio Is my personal website, blog and library demo playground, built from scratch with Next.js
✨ Features
- SSR React with Next.js
- Dynamic Theming and Styles via Styled-Components
- Offline Ready via Workbox
- One Click Production Serverless Deploy to Now
- Prettier, ESLint and StyleLint Integration
How to use
Clone this repo
git clone https://github.com/tim-soft/next-portfolio.git next-portfolio
cd next-portfolio
Install dependencies
yarn install
Run locally with hot module reloading
yarn dev
Deploy to Now
yarn global add now
now