Go to file
Frank Harkins 9b2e181416
Add 'Fundamentals of quantum algorithms' course (#3303)
* Add 'Fundamentals of quantum algorithms' course

* Fix links and spelling error

* Update pages/learn/course/fundamentals-quantum-algorithms.vue

Co-authored-by: Randy <randytolentino@ibm.com>

* Update pages/learn/course/fundamentals-quantum-algorithms.vue

Co-authored-by: Randy <randytolentino@ibm.com>

* Update pages/learn/course/fundamentals-quantum-algorithms.vue

Co-authored-by: Randy <randytolentino@ibm.com>

* Update pages/learn/course/fundamentals-quantum-algorithms.vue

Co-authored-by: Randy <randytolentino@ibm.com>

---------

Co-authored-by: Randy <randytolentino@ibm.com>
2023-06-14 18:38:27 +01:00
.github fix(preview): Deletes no needed variables (#3272) 2023-05-30 12:52:20 +02:00
assets/scss feat(qgss23): Updates header text (#3268) 2023-05-29 12:47:21 +02:00
components Add 'Fundamentals of quantum algorithms' course (#3303) 2023-06-14 18:38:27 +01:00
composables feat(segment): add required properties to events (#3143) 2023-05-26 10:29:32 +02:00
constants Add 'Fundamentals of quantum algorithms' course (#3303) 2023-06-14 18:38:27 +01:00
content feat(segment): add required properties to events (#3143) 2023-05-26 10:29:32 +02:00
deploy Feat/include latest changes nuxt 3 (#3106) 2023-04-06 15:16:04 +02:00
hooks feat(code-quality): move reusable functionallity to common place (#3324) 2023-06-13 13:10:54 +02:00
layouts Enables SSR and fix web components import (#3147) 2023-04-20 11:53:28 +02:00
pages Add 'Fundamentals of quantum algorithms' course (#3303) 2023-06-14 18:38:27 +01:00
plugins fix: unstyled tags (#3150) 2023-04-20 13:21:03 +02:00
public Add 'Fundamentals of quantum algorithms' course (#3303) 2023-06-14 18:38:27 +01:00
tests feat(code-quality): move reusable functionallity to common place (#3324) 2023-06-13 13:10:54 +02:00
types feat(general): Social media tags (#3300) 2023-06-13 17:19:59 +02:00
.env.example feat(segment): add required properties to events (#3143) 2023-05-26 10:29:32 +02:00
.eslintrc.js style: configure lint for Nuxt 3 (#2978) 2023-02-15 15:20:14 +01:00
.gitignore add members.json to gitignore (#3247) 2023-05-24 16:37:24 +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
error.vue feat(error-page): fix broken images (#3332) 2023-06-14 09:17:19 +02:00
nuxt.config.ts feat(code-quality): change qiskit.org for config variable (#3325) 2023-06-13 14:55:05 +02:00
package-lock.json chore(deps-dev): bump @carbon/type from 11.18.0 to 11.19.0 (#3318) 2023-06-13 12:59:04 +02:00
package.json chore(deps-dev): bump @carbon/type from 11.18.0 to 11.19.0 (#3318) 2023-06-13 12:59:04 +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