My personal website, which I use as a playground for my own learnings and experiments.
- Typescript
- Parcel (bundler and dev servers)
- React
- PostCSS (with postcss-preset-env for a little power)
- Firebase (hosting)
• Node - Either use nvm use or checkout the tested version inside the .nvmrc file.
Clone the repository
git clone git@github.com:HHogg/antwerp.git
Install the dependencies with your favourite package manager
yarn install
Spin up the Parcel development server
yarn start
Build the static files using Parcel
yarn build
Deploy to Firebase hosting (... after authenticating)
yarn deploy