GithubHelp home page GithubHelp logo

logcb / artlist Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 21.24 MB

THE ARTLIST displays what is happening in Ottawa at the moment.

Makefile 2.33% CSS 21.74% JavaScript 39.69% CoffeeScript 27.29% HTML 8.96%

artlist's Introduction

THE ARTLIST

Created by LOG Creative Bureau for Art Engine.

***

SETUP ON A MAC:

Make sure you have installed the following software:

• Command Line Tools from Apple (https://developer.apple.com/opensource/)
• NodeJS version 12 (https://nodejs.org/download/)
• Pow (http://pow.cx/)

Open a Terminal window and get a clone of the project repository:

  git clone https://github.com/logcb/artlist.git

Move into the project folder and install all of its packages:

  cd artlist
  npm install

After the packages are installed you can start the webserver on your machine with:

  npm start

Now you can visit https://artlist.dev:4000/ to see your copy of the site.

***

REMOTE COMMANDS:

Start the webserver in a production environment:
`NODE_ENV=production npm start`

Deploy the project from development machine:
`fly deploy:website`

Push a new version of the index:
`scp storage/index.json [email protected]:artlist_storage`

Run the image in an interactive console on the remote host:
`docker run -i -t --volume=/home/core/artlist_storage:/artlist/storage artlist_image /bin/bash`

artlist's People

Watchers

James Cloos avatar girafe en bois avatar

artlist's Issues

To-do

Widescreen Display

  • let THE ARTLIST be a link to the index
  • re-arrange order of categories in widescreen
  • render page titles in head
  • set date headings in mono type

Pocketsize Display

  • make it

Post Event Form

  • form layout

Search Form

  • form layout

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.