Go to file
Abdón Rodríguez Davila 0d310fe684 Update robots.txt 2018-07-04 15:55:26 +02:00
.github [work in progress] New website 2018-06-30 00:37:09 +02:00
data [work in progress] New website 2018-06-30 00:37:09 +02:00
documentation Merge branch 'master' into review-3 2018-06-13 16:17:20 +01:00
images Add GIFs to Studio page 2018-07-02 20:29:29 +02:00
license Add QISKit licenses 2018-06-13 10:30:58 +02:00
locales Convert gifs to videos 2018-07-04 13:22:11 +02:00
modelq clean code 2018-04-02 13:41:57 -04:00
src Convert gifs to videos 2018-07-04 13:22:11 +02:00
videos Convert gifs to videos 2018-07-04 13:22:11 +02:00
.gitignore [work in progress] New website 2018-06-30 00:37:09 +02:00
.prettierignore [work in progress] New website 2018-06-30 00:37:09 +02:00
.prettierrc.json [work in progress] New website 2018-06-30 00:37:09 +02:00
.travis.yml [work in progress] New website 2018-06-30 00:37:09 +02:00
LICENSE.txt [work in progress] New website 2018-06-30 00:37:09 +02:00
README.md [work in progress] New website 2018-06-30 00:37:09 +02:00
Staticfile Add deploy to IBM Cloud & remove hashes 2018-06-13 20:24:52 +02:00
gulpfile.js [work in progress] New website 2018-06-30 00:37:09 +02:00
index.html [work in progress] New website 2018-06-30 00:37:09 +02:00
manifest.json [work in progress] New website 2018-06-30 00:37:09 +02:00
manifest.yml [work in progress] New website 2018-06-30 00:37:09 +02:00
package-lock.json Update buttons 2018-07-02 19:52:40 +02:00
package.json Update buttons 2018-07-02 19:52:40 +02:00
polymer.json Convert gifs to videos 2018-07-04 13:22:11 +02:00
robots.txt Update robots.txt 2018-07-04 15:55:26 +02:00

README.md

Build Status Built with pwa–starter–kit

qiskit.org

Qiskit is an open source framework for quantum computing. It allows users to create, compile, and execute quantum computing programs online, either in a simulator, or in a real IBM Q quantum processor.

Install the dependencies

npm install

Start the development server

This command serves the app at http://127.0.0.1:8081:

npm start

Build application for production

npm run build

Also this command serves the builded application at http://127.0.0.1:5000:

npm run serve:static