Skip to content

RussellSnyder/manuscript-paper

Repository files navigation

SVG Manuscript Paper

Power to the digitally inclined artist

Why

I just wanted some music paper that could be styled, open source and beautiful. I wasn't happy just printing out images, wanted to give a fully customizable tool

To run

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
https://github.com/RussellSnyder/manuscript-paper
  • Then install the dependencies:
npm install
  • Run development server:
npm start
npm run dev

Open the web browser to http://localhost:8888/

To build the production package

npm run build

Eslint

There is a .eslint.yaml config for eslint ready with React plugin. To use it, you need to install additional dependencies though:

npm install --save-dev eslint eslint-plugin-react

To do the actual linting, run:

npm run lint

About

React App to generate beautiful manuscript paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published