Skip to content

0xTranqui/tranqui.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Create Your Own Version of this Site:

  1. 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
  1. Navigate to the newly created project folder and install the packages by running the following in your terminal:
cd tranqui.dev
npm install
  1. Open a localhost version of the site by running the following in your termainl:
cd tranqui.dev
npm run dev
  1. In your text editor, update site header by opening components/layout.js and adjusting line 32 and line 40

  2. For basic content updates, open pages/index.js and adjust section titles, content, and hyperlinks

  3. Follow this guide (you can skip step 1 + 2 if you have already cloned this repo) for deploying your new site on Vercel

  4. 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

About

code for my personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published