/sketch-file-format-project-template

A template project for working with Sketch documents

Primary LanguageTypeScriptMIT LicenseMIT

File Format Project Template

This is a template for a file format project, with a few basic features and sensible defaults.

Setup

Optional, if you use nvm (highly recommended):

nvm install 17.8.0
nvm use # if you're using Codespaces, you'll need to run `nvm use --delete-prefix`

Install all the dependencies:

npm install

and run the project:

npm start