Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 357 Bytes

Awwward-rebuild

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