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.
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.
Run npm run build
.
Push to master
. Netlify will automatically redeploy when master
is updated using the files in the 'build' directory.