A repository for the #ArtProject website
Go to file
dependabot[bot] 93b8fd74a8 Bump eslint from 3.19.0 to 4.18.2
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v4.18.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-21 09:03:36 -04:00
src Update index.hbs 2018-07-23 09:41:16 +02:00
test/spec Setup static site generator 2018-01-08 20:21:54 +01:00
.babelrc Setup static site generator 2018-01-08 20:21:54 +01:00
.editorconfig Setup static site generator 2018-01-08 20:21:54 +01:00
.eslintrc.json Setup static site generator 2018-01-08 20:21:54 +01:00
.gitattributes Setup static site generator 2018-01-08 20:21:54 +01:00
.gitignore Setup static site generator 2018-01-08 20:21:54 +01:00
.nvmrc Setup static site generator 2018-01-08 20:21:54 +01:00
.stylelintrc Setup static site generator 2018-01-08 20:21:54 +01:00
CNAME Create CNAME 2018-02-12 10:03:51 +02:00
LICENSE Initial commit 2018-01-07 08:17:18 +02:00
README.md Remove tests from setup in readme 2018-01-13 17:50:29 +01:00
gulpfile.babel.js Add klein bottle & connect canvases 2018-01-16 20:15:24 +01:00
package-lock.json Bump eslint from 3.19.0 to 4.18.2 2019-06-21 09:03:36 -04:00
package.json Bump eslint from 3.19.0 to 4.18.2 2019-06-21 09:03:36 -04:00

README.md

#ArtProject

The #ArtProject is a collaboration between an amazing artist named Jessica Angel, the awesome team at Truebit, and Status (there may well be others to be announced in the not-so-distant future).

Imagined initially as a big physical piece meant to illustrate tangibly the Dogethereum bridge currently under construction at Truebit - this project is all about mapping into physical space the structures we are currently building in our new, decentralized digital worlds. We want to give people a visceral experience of digital space, to show them in a way that they can touch, feel, walk around and explore just why Ethereum and its ilk are so beautiful and exciting to those of us involved in actually fitting all the pieces of a new world together.

This project is about building and activating bridges: bridges between blockchains, bridges between digital space and meat space, between the virtual and the visceral, between the old and the new; bridges between human beings and the technologies we use to extend our capacities way beyond what most imagine to be the horizons of the possible.

You can find out more by watching the video below and joining the upcoming meetups and Makeathon that are mentioned!

#ArtProject Teaser

This Repository

Is simply somewhere to keep the #ArtProject website for now and create bounties for any and all of the technical work we will require in order to make this the single greatest and most mind-boggling installation the crypto-world has ever seen!

Join us - the revolution will rendered artistically!

Development

Setup

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:status-im/artproject.git this repository
  • change into the new directory
  • npm install

Running / Development

Building

  • npm run build to build templates

Testing

  • npm run test to run tests once
  • npm run test:watch to run tests in watch mode