Skip to content

Bruno Brise communicates Bruno Brito Semedo's ideas and actions.

Notifications You must be signed in to change notification settings

brunobrise/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.