Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

clenemt/sky-bikes

Repository files navigation

sky-bikes

Holds the frontend code for the sky-bikes app. See it live at https://clenemt.github.io/sky-bikes/.

2018-06-20 02 54 55

🎉 Getting Started

This project uses Jekyll for rendering the page templates into <html> and webpack for bundling the assets.

📝 Prerequisites

Install Yarn and Ruby:

brew install yarn
brew install ruby

🏗️ Installing

gem install jekyll
yarn install

and to start the server:

# local web server accessible at http://localhost:4000/sky-bikes/
yarn start

✅ Running the tests

yarn test
# or to see the coverage
yarn coverage

🚀 Deployment

# will output files to → /docs
yarn build

and to analyze your output:

# local web server accessible at http://localhost:8888
yarn stats

📄 License

Licensed under MIT.

Releases

No releases published

Packages

No packages published