- Built with React + TailwindCSS
main
branch is for source code (modify this!)ghpages
branch is only for the build for GitHub Pages
npm --version
= 10.2.4 (or higher?)node --version
= 20.11.1 (or higher?)- need git and a GitHub account!
- Clone repo!
cd
into root directory that containspackage.json
. Make sure you're in themain
branchnpm install
to install all dependenciesnpm install lucide-react
to install icons- Make changes as you wish!
- To preview your local changes on localhost:3000, run
npm start
- To push and deploy on GitHub Pages, run
npm run deploy
- Make sure to push your local changes to
main
branch as well!
- Currently using
tailwindcss@3
, in order to easily usetailwind.config.js
(?) - But in the future, preferably move to Next.js and use
tailwindcss@4