Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
/ website Public archive

My portfolio website made using next.js and tailwindcss.

License

Notifications You must be signed in to change notification settings

JackChilds/website

Repository files navigation

my website

My portfolio website made using next.js and tailwindcss.

This is the open source code that powers my website.

Deploy to DigitalOcean or Vercel

Deploy to DO

Deploy with Vercel

Running locally

  1. Clone the repository to your device
gh repo clone JackChilds/website

or

git clone https://github.com/JackChilds/website
  1. Navigate to the repository folder
cd website
  1. Install dependencies and run development server
npm install
npm run dev

or build for production:

npm run build
npm run start

Note: to run the production build on port 3000, use npm run start-pp instead.

License

Copyright Jack Childs 2022

MIT License



DigitalOcean Referral Badge