ZJS - Zackary James Santana

This website is intended to give myself a central location for images I host, notes, code snippets, and more!

Development

Locally

You must have Node.js, NPM,

First install dependencies:

npm install

Then run the project:

npm run dev

Docker container

For linux:

npm run docker-dev

Deployment

Testing deployment

Locally

npm run build
npm run start

Docker container

npm run deploy-docker