Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1 KB

README.md

File metadata and controls

35 lines (22 loc) · 1 KB

Bruno Brise Website Netlify Status

This repo contains the source code for Bruno Brise website, available at https://brunobrise.com.

Getting started

The project use Sapper framework (on webpack branch).

Running the project

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.

Bugs and feedback

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.