- Create and/or navigate to desired parent directory on your computer where you'd like to store this project and run the following in your terminal:
gh repo clone 0xTranqui/tranqui.dev
- Navigate to the newly created project folder and install the packages by running the following in your terminal:
cd tranqui.dev
npm install
- Open a localhost version of the site by running the following in your termainl:
cd tranqui.dev
npm run dev
-
In your text editor, update site header by opening components/layout.js and adjusting line 32 and line 40
-
For basic content updates, open pages/index.js and adjust section titles, content, and hyperlinks
-
Follow this guide (you can skip step 1 + 2 if you have already cloned this repo) for deploying your new site on Vercel
-
The rest is up to you
Bonus: Use this simple but great guide to buy a custom domain on namecheap and transfer it over to your Vercel deployment