/next-Dragon

For portfolio showing

Primary LanguageJavaScript

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.

👉