Awwward website rebuild. Full webpages with page transitions, text reveal animations, webgl effects and many more.
Run locally by using this commands
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:1234
npm run start
# Build for production in the dist/ directory
npm run build