Skip to content

himynameisdave/isbobbarkerstillalive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is Bob Barker Still Alive?

👴 A simple website to check if Bob Barker is still alive.


Built using Svelte + Sapper, deployed onto Netlify.

Local Development

You'll need NodeJS and a package manager such as Yarn to build or run this project locally. Here's the instructions:

# Clone the repo
git clone git@github.com:himynameisdave/isbobbarkerstillalive.git

# cd into it
cd isbobbarkerstillalive/

# Install dependencies
yarn install
# Alternative: npm install

# Run in dev mode
yarn run dev

The app will now be running over at localhost:3000.

You can also produce a production-ready version by running:

yarn run export

There's a ton of other stuff you can do with Sapper, so consult the sapper.svelte.dev guide if you're unsure about something.


👌 Built by Dave Lunny in 2019.