Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

joostdecock/site

Repository files navigation

DEPRECATED: This is the old website repo

Freesewing has a new website. Please check the freesewing.org repository instead.

Freesewing site

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

This is our site repository, which holds the source code for our website.

About

This site is build with Vue.js and Nuxt. We use nuxt generate to build it into a static site that we deploy on Netlify and hook up to our data backend.

System requirements

You need node.js to run this project.

Installation

# Clone repository and cd into it
git clone git@github.com:freesewing/site.git
cd site

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

Contribute

Your pull request are welcome here. If you're interested in contributing, we'd love your help.

We have a chat room on Gitter where you can ask questions.