/looker-at-lightspeed

Landing page for Servian's "Looker at Lightspeed" event

Primary LanguageSvelteMIT LicenseMIT

Looker at Lightspeed

🔗 https://lightspeed.builders


Preview

Special thanks and credit to this CodePen for the original idea and creation of the lightspeed effect.

Development

The page was developed with Svelte, Three.js and Tailwind CSS.

Clone the repository and run npm install to install the above dependencies and then run the commands below to build and/or preview the page on your local machine.

# start the server and open the app in a new browser tab
npm run dev -- --open

# build assets for deployment
npm run build