[website-url]: https://fabricjs.github.io/ 'FabricJS website'

![CI build status](https://github.com/fabricjs/fabricjs.github.io/workflows/Build/badge.svg)

![FabricJS logo](src/images/fabricjs-logo.png)

# FabricJS website

This repo houses source files for the [FabricJS website][website-url].

[Gatsby](https://www.gatsbyjs.org) is used for generating the static data for the website

To set up, run the following command

```shell
npm install
```

> Additional setup might be required on Windows systems depending on the system config. Refer the [Gatsby guide](https://www.gatsbyjs.org/docs/gatsby-on-windows/) for instructions

After installation is done, you can run [locally](http://localhost:8000) by executing following command

```shell
npm run develop
```
