catchspider2002 / svelte-svg-patterns

Create seamless patterns in SVG to use as website backgrounds, header images, stationery design and package design
https://pattern.monster
MIT License
592 stars 39 forks source link

Here's how to compile Pattern Monster (requires npm) #40

Open LinuxBeaver opened 9 months ago

LinuxBeaver commented 9 months ago

Download from Github then go into the main folder and input npm install && npm run build

then input node sapper/build to active port 3000. Then in your web browser go to http://localhost:3000/

Every time you run pattern monster you will need to run node sapper/build first, so you might want to consider making a bash script that does it on startup on your system.

image