oleksandr-pro / next-Dragon

For portfolio showing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Portfolio

How to use

Install it and run:

yarn
yarn dev

Then, visit http://localhost:3000/ in your web browser.

Deploy it to the cloud with Heroku:

⚠️ Requires installing Heroku CLI

heroku create
git add .
git commit -m 'Next.js Portfolio'
git push heroku master

Heroku auto-detects that this is a Node.js app, and then executes:

  • npm install
  • npm run build
  • and then launches the app NODE_ENV=production npm start.

👉

About

For portfolio showing


Languages

Language:JavaScript 67.1%Language:CSS 32.9%