starfetch / pattern

A template repository for a FreeSewing pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freesewing logo
FreeSewing

A JavaScript library for made-to-measure sewing patterns

Follow @freesewing_org on Twitter Chat with us on Discord Become a FreeSewing Patron Follow @freesewing_org on Twitter

pattern

A (template repository for a) FreeSewing pattern

Getting started

There are two ways to bootstrap your FreeSewing pattern.

Initialize via NPM

Run the following command:

npm init freesewing-pattern@beta

And follow the instructions

Clone our template repository

You can use this pattern repository template as a starting point for your pattern. After cloning the repository, follow these steps:

  • Run npm install in the root folder of the repository
  • Run npm install in the example folder
  • Run npm start in the root folder of the repository (keep it running)
  • Run npm start in the example folder (in a new terminal)

Your browser will open http://localhost:3000 and serve the development environment.

Where to get help 🀯

Our chatroom on Discord is the best place to ask questions, share your feedback, or just hang out.

If you want to report a problem, please create an issue.

About FreeSewing πŸ€”

Where the world of makers and developers collide, that's where you'll find FreeSewing.

Our core library is a batteries-included toolbox for parametric design of sewing patterns. It's a modular system (check our list of plugins and getting started is as simple as:

npm init freesewing-pattern

or clone this repository.

The getting started section on freesewing.dev is a good entrypoint to our documentation, but you'll find a lot more there, including our API documentation, as well as a tutorial, and best practices.

If you're a maker, checkout freesewing.org where you can generate our sewing patterns adapted to your measurements.

Support FreeSewing: Become a patron πŸ₯°

FreeSewing is an open source project run by a community, and financially supported by our patrons.

If you feel what we do is worthwhile, you too should become a patron.

Links πŸ‘©β€πŸ’»

License: MIT πŸ€“

Β© Joost De Cock. See the license file for details.

About

A template repository for a FreeSewing pattern

License:MIT License


Languages

Language:JavaScript 85.7%Language:HTML 14.3%