Go to file
Luciano Bello 34e88eba5d
Update provider-update.yml
2023-05-16 14:32:27 +02:00
.github Update provider-update.yml 2023-05-16 14:32:27 +02:00
assets/scss fix: last fixes for Nuxt 3 migration (#3108) 2023-04-11 14:47:34 +02:00
components fix(homepage): update header copy (#3214) 2023-05-15 11:31:35 -07:00
composables fix(segment): SSR compatibility (#3149) 2023-04-20 13:11:48 +02:00
constants Remove outdated links from /learn (#3137) 2023-05-08 14:25:50 -07:00
content Providers page release (#3044) 2023-04-20 10:03:35 +02:00
deploy Feat/include latest changes nuxt 3 (#3106) 2023-04-06 15:16:04 +02:00
hooks feat(events): show upcoming events 2 months in advance(#3203) 2023-05-12 14:19:56 +02:00
layouts Enables SSR and fix web components import (#3147) 2023-04-20 11:53:28 +02:00
pages feat: remove redirect pages (#3209) 2023-05-12 10:58:04 +02:00
plugins fix: unstyled tags (#3150) 2023-04-20 13:21:03 +02:00
public Remove outdated links from /learn (#3137) 2023-05-08 14:25:50 -07:00
tests fix(events): prevent timezones issues using UTC (#3164) 2023-05-08 10:49:29 +02:00
types Providers page release (#3044) 2023-04-20 10:03:35 +02:00
.eslintrc.js style: configure lint for Nuxt 3 (#2978) 2023-02-15 15:20:14 +01:00
.gitignore fix: image fetching and storing in prod (#3117) 2023-04-12 16:37:14 +02:00
.npmrc feat: nuxt 3 minimal working app (#2971) 2023-02-13 17:39:59 +01:00
.stylelintrc.js style: fix lint issues (#3088) 2023-04-03 12:11:56 +02:00
ARCHITECTURE.md Docs/nuxt 3 migration (#3103) 2023-04-05 16:52:11 +02:00
CODE_OF_CONDUCT.md style: configure lint for Nuxt 3 (#2978) 2023-02-15 15:20:14 +01:00
CONTRIBUTING.md Feat/include latest changes nuxt 3 (#3106) 2023-04-06 15:16:04 +02:00
Dockerfile feat: update to Node 18 (#3118) 2023-04-13 11:51:01 +02:00
LICENSE.txt [work in progress] New website 2018-06-30 00:37:09 +02:00
README.md feat(docs): update readme (#3172) 2023-05-09 16:09:41 +02:00
SECURITY.md Feat/include latest changes nuxt 3 (#3106) 2023-04-06 15:16:04 +02:00
nuxt.config.ts fix(segment): SSR compatibility (#3149) 2023-04-20 13:11:48 +02:00
package-lock.json chore: dependencies updates (#3220) 2023-05-15 14:53:27 +02:00
package.json chore: dependencies updates (#3220) 2023-05-15 14:53:27 +02:00
tsconfig.json feat: adjust nuxt configuration (#2967) 2023-02-10 13:35:43 +01:00
vitest.config.ts refactor: setup Coveralls in Nuxt 3 (#3085) 2023-03-31 16:57:49 +02:00

README.md

Qiskit

Welcome to Qiskit.org

Qiskit is an open-source quantum computing software development framework for leveraging today's quantum processors in research, education, and business.

Qiskit.org is released under the Apache 2.0 License. Current GitHub Action build status. PRs welcome! Follow @qiskit

Home page · Learn · Events · Advocates · Ecosystem · Documentation · Providers


Table of Contents


🚀 Get Up and Running

  1. Download this repository and go to its folder

    git clone git@github.com:Qiskit/qiskit.org.git && cd qiskit.org
    
  2. Install dependencies

     npm install
    
  3. Run a local server with hot reload at localhost:3000

    npm run dev
    

💻 Technology Used

Qiskit.org is a static website generated using Nuxt.

We create and run tests using Vitest, avoid syntax errors using ESLint and Stylelint, and automate code integration and deployment using GitHub Actions.


🏭 Content Generation

Qiskit.org integrates with the tools used by the IBM Quantum Community Team to generate content based on 3rd party APIs such as Airtable. Part of this content is prefetched during building time. While developing, it is disabled by default. If you want enable content generation, you must set the environment variable GENERATE_CONTENT. For instance:

GENERATE_CONTENT=1 npm run dev

Notice that, for communicating with the team tools, API keys may be required. It is the case of dealing with Airtable for the generation of the event index. If you think you should have access to these tables, talk to the Events Squad in the Community Team, get your developer API key and set the AIRTABLE_API_KEY environment variable to this value:

GENERATE_CONTENT=1 AIRTABLE_API_KEY=<your airtable api key> npm run dev

✏️ How to Contribute

Contributions are always welcomed, no matter how large or small. Before contributing, please read the contributing guide and code of conduct.


🗓 Open backlog

We actively maintain our backlog using GitHub Projects. You can view our backlog here.


👩‍💻 Maintainers

Eddybrando Vásquez
Eddybrando Vásquez

🐛💻💬
Randy Tolentino
Randy Tolentino

🐛💻💬
Randy Tolentino
Russell Huffman

🎨💬
Yaiza García
Yaiza García

🐛💻💬

🔗 Connect with Qiskit