Live Preview -> https://anonymousaaardvark.github.io
Personal website that is a simple, configureable, and statically-exportable React application. Built using typescript, based on create-react-app, with styled-components, react-icons, react-snap, and various other technologies.
This project deploys automatically to github pages.
Tested with node v15, however, earlier versions will probably work fine.
To download the repository and install dependencies:
git clone https://github.com/AnonymousAAArdvark/anonymousaaardvark.github.io.git
cd anonymousaaardvark.github.io
npm install
Run the command below to build the React app with auto refresh
npm start
- Modify
homepageinpackage.jsonto point to where you plan to host your website. If you plan on using the default domain, then just change the username of the domain to your own. - Make a commit to
masterand push it. - Execute npm run deploy in your terminal. That's it!