Skip to content

thomastran27/PixelArt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PixelArt

Pixel art maker for CS 152 @ SJSU

Setup

npm install

Run

npm start

If you encounter this error when trying to run: "Error: error:0308010C:digital envelope routines::unsupported"

Follow the steps in order:

For WLS:

export NODE_OPTIONS=--openssl-legacy-provider

For Windows Command Prompt:

set NODE_OPTIONS=--openssl-legacy-provider
npm start

Make sure you are on Node version 18.17.0 or higher.

nvm install 18.17.0
nvm use 18.17.0

Node.js server backend

Setup

Ensure you have the correct dependencies

About

Pixel art maker for CS 152 @ SJSU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published