Go to file
Abdón Rodríguez Davila c924d1c220 Update Travis badge 2019-02-15 22:45:58 +01:00
.github [work in progress] New website 2018-06-30 00:37:09 +02:00
data Update supporters 2018-09-27 10:26:37 +02:00
documentation Automated documentation update from meta-qiskit 2019-02-15 18:58:39 +00:00
images Add Aqua Chemistry information 2018-08-20 18:21:43 +02:00
license Add QISKit licenses 2018-06-13 10:30:58 +02:00
locales Replacing Q Camp with Qiskit Camp 2019-01-22 17:37:30 -05:00
modelq Update Slack invitation link 2018-11-08 15:31:52 -05:00
server Update build setup 2019-02-05 18:17:18 +01:00
src Fix button styles 2019-02-15 22:17:38 +01:00
videos Rename Studio to VSCode 2018-07-10 12:39:35 +02:00
.eslintignore New linter setup with ESLint & Prettier 2018-09-14 16:55:01 +02:00
.eslintrc.json Fix lint errors 2018-09-14 17:15:22 +02:00
.gitignore [work in progress] New website 2018-06-30 00:37:09 +02:00
.prettierignore Update prettier 2018-07-30 15:48:32 +02:00
.prettierrc.json [work in progress] New website 2018-06-30 00:37:09 +02:00
.travis.yml Update build setup 2019-02-05 18:17:18 +01:00
CONTRIBUTING.rst Create CONTRIBUTING.rst 2018-12-27 16:30:14 -05:00
LICENSE.txt [work in progress] New website 2018-06-30 00:37:09 +02:00
README.md Update Travis badge 2019-02-15 22:45:58 +01:00
gulpfile.js Update build setup 2019-02-05 18:17:18 +01:00
index.html Use CDN for the IBM Plex Sans font 2018-12-20 13:24:44 +01:00
manifest.json [work in progress] New website 2018-06-30 00:37:09 +02:00
package-lock.json Fix button styles 2019-02-15 22:17:38 +01:00
package.json Use the Vaadin Router 2019-02-15 20:03:21 +01:00
polymer.json Update build setup 2019-02-05 18:17:18 +01:00
push-manifest.json Add push-manifest.json file 2018-10-08 12:03:07 +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

This repo is for the website for qiskit.org.

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:8080:

npm run serve