💻 Simplistic, minimalist and interactive personal website built with
React.
This website's design is both simple and accessible. Dynamic particles create an experience that is interactive and visually inviting. The site offers two themes via a toggle, dark mode (default) and light mode. Once toggled, the selected theme should persist between tabs, windows, and page reloads. The website is mobile friendly.
Hosted using gh-pages and can be found @ birkagal.com
- Clone this repository
- Install dependencies:
yarn install - Start the development server:
yarn start
Build & Deploy
- Create a production build:
yarn run build - The React/Deployment docs detail how to deploy to
gh-pages, Netlify, and many other services
