Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 666 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 666 Bytes

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