d75e0107c1
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 1.1.0 to 5.0.0. - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v1.1.0...v5.0.0) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
test/spec | ||
.babelrc | ||
.editorconfig | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.nvmrc | ||
.stylelintrc | ||
CNAME | ||
LICENSE | ||
README.md | ||
gulpfile.babel.js | ||
package-lock.json | ||
package.json |
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!
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
- Handlebars templates
- ES6 support (provided by Babel)
- Sass/SCSS support
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
npm start
ornpm run start
to serve templates- Visit your app at http://localhost:9000.
Building
npm run build
to build templates
Testing
npm run test
to run tests oncenpm run test:watch
to run tests in watch mode