Skip to content

Pröspect - a Bot that reassembles images from the McCord Museum’s Photography Collection

Notifications You must be signed in to change notification settings

MissPixels/prospect-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a157c2d · Mar 2, 2024

History

6 Commits
Mar 5, 2019
Mar 2, 2024
Mar 2, 2024
Mar 5, 2019
Mar 5, 2019
Mar 2, 2024
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
May 15, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 2, 2024
Mar 2, 2024
Mar 2, 2024

Repository files navigation

JavaScript Style Guide

Pröspect app

https://pröspect.art

This repo contains the code for Pröspect's app. The app is built with Nuxt.js and some cool libraries and modules, have a look at the package.json to find out more. The font we use is IBM Plex.

Setup

Install dependencies

$ yarn

Create environment configuration

Create a .env file based on the example and adjust variables according to your needs.

$ cp .env.example .env

Run the app

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

Deploy

To deploy the app, we rely on PM2 ecosystem files. More on info on deploying with PM2 can be found here.

Deploy to dev:

$ pm2 deploy ecosystem.dev.config.js dev

Deploy to live:

$ pm2 deploy ecosystem.live.config.js live

Credits

About

Pröspect - a Bot that reassembles images from the McCord Museum’s Photography Collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published