This repo contains the source code for Bruno Brise website, available at https://brunobrise.com.
The project use Sapper framework (on webpack branch).
However you get the code, you can install dependencies and run the project in development mode with:
cd my-app
npm install # or yarn
npm run dev
# for production
npm run build
npm run start
# for deployment
npm run export # export folder __sapper__/export
Open up localhost:3000 and start clicking around.
Consult sapper.svelte.dev for help getting started.
Bruno Brise is in early development, and may have the odd rough edge here and there. Please be vocal over on the Bruno Brise issue tracker.