This is where my portfolio lives! You can find a different version hosted on my personal website.
- Bootstrap
- React (Future Addition)
- HTML, SCSS/CSS, JS
- Create a repo
- Install dependencies and needed packages
- Create a basic layout
- Introduce a site builder
- Add pages
- Introduce CSS Tarot Cards
- Add projects
- Add contact form - Make Sure it's secure and weeds out spam
- Clone this repo
- run
nvm i
to install the node version specified in the.nvmrc
file. - run
npm i
to install dependencies. - run
npm run start
to start the app in development mode and open in new window with live server. - run
npm run build
to build the app for production to thepublic
folder.