Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 623 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 623 Bytes

Knitting Recipes

This React application allows users to generate custom hat and sock knitting recipes based on their own measurements and construction preferences.

Available at knittingrecipes.com.

Developing

Create feature branches checked out from dev. Submit pull requests to dev.

Run npm start to start the development server. Run npm run dev to start watching for Sass changes.

Building

Run npm run build.

Deploying to knittingrecipes.com

Push to master. Netlify will automatically redeploy when master is updated using the files in the 'build' directory.