Skip to content
forked from joostdecock/core

Freesewing is an open source platform for made-to-measure sewing patterns

License

Notifications You must be signed in to change notification settings

QuentinFelix/core

 
 

Repository files navigation

Build Status

Freesewing core

Freesewing is an online platform to draft sewing patterns based on your measurements.

This is the core repository, which holds the platform and the sewing patterns I maintain.

For all info on what freesewing does/is/provides, please check the about page or documentation.

System Requirements

  • PHP 5.6 (I recommend PHP 7)
  • composer

Installation

Full install instructions are available at freesewing.org/docs/core/install but here's the gist of it:

From packagist

composer create-project freesewing/core freesewing
composer dump-autoload -o

From GitHub

git clone git@github.com:freesewing/core.git freesewing
cd freesewing
composer install
composer dump-autoload -o

License

This code is licensed GPL-3, the pattern drafts, documentation, and other content is licensed CC-BY.

Contribute

Your pull request are welcome here.

If you're interested in contributing, I'd love your help. That's exactly why I made this thing open source in the first place.

Read freesewing.org/contribute to get started. If you have any questions, the best place to ask is the freesewing community on Gitter.

About

Freesewing is an open source platform for made-to-measure sewing patterns

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.9%
  • Other 1.1%