Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.31 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.31 KB

Ridiculously Reusable Components - Workshop Resources

The core directive for this repository is to provide workshop participants with all the resources they require for the workshop.

Setup

Requirement

Recommended

Optional

Instructions

If you want to keep a copy of your work in your own repo, please make sure to fork the repository before cloning!

# Clone repo
git clone {{ workshopResourcesRepo }}

# Change directories to workshop resources
cd workshop-resources

# Install dependencies
npm install

# Run local web server with hot-module reloading
npm run serve

# Compile a production build
npm run build

# Run tests
npm run test

# Lint and fix files
npm run lint

Authors

License

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License