Skip to content

My portfolio. Built with React, Tailwind CSS, Headless UI, and GitHub actions.

License

Notifications You must be signed in to change notification settings

Nathen-Smith/nathen-smith.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Want to use this as a template?

  1. Install git, Node.js, and Yarn.

  2. Make an empty public repository of the name <GITHUB_USERNAME>.github.io.git. The username should be in lowercase.

  3. Clone the repository: git clone https://github.com/Nathen-Smith/nathen-smith.github.io.git my-website

  4. Change homepage field in web/package.json to match your github username.

  5. Change CNAME if you have bought a domain, homepage in package.json. Or remove it for now.

  6. Push the repository to your own GitHub

git remote set-url origin <GITHUB_USERNAME>.github.io.git
git branch -M main
git push -u origin main
  1. Go to the Pages section in Settings of the repo, and set the source branch to gh-pages.

Development

  1. Run the app locally
cd web/
yarn
yarn start
  1. Start making modifications to constants/index.js

  2. yarn run lint to run ESLint.

Customization

Q: How to change the position indicator color on web mode? A: Change classnames here

Q: How to change column layout? A: Go to /Web/src/Layout.tsx, make changes to the amount of grids, the divs with ids, etc.

About

My portfolio. Built with React, Tailwind CSS, Headless UI, and GitHub actions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published