Skip to content

alt-escapism/fxhash-p5-ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fxhash template with p5 and typescript

Based on https://github.com/fxhash/fxhash-webpack-boilerplate.

Development

npm install
npm start

This will serve the project at src/sketch/index.ts.

To work on multiple projects, it's recommended that you copy src/sketch into a new directory, e.g. src/lines. Then to start that project:

PROJECT=lines npm start

Uploading to fxhash

npm run build

OR

PROJECT={project_name} npm run build

This generates a .zip file in dist-zipped, ready for upload to fxhash.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published