All Projects → algolia → algolia.github.io

algolia / algolia.github.io

Licence: other
Algolia's community projects

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
Sass
350 projects
Haml
164 projects

Projects that are alternatives of or similar to algolia.github.io

svelte-algolia
Svelte plugin for keeping Algolia indices in sync with custom data fetching functions.
Stars: ✭ 17 (+41.67%)
Mutual labels:  algolia, instantsearch
create-instantsearch-app
⚡️ Build InstantSearch apps at the speed of thought
Stars: ✭ 92 (+666.67%)
Mutual labels:  algolia, instantsearch
Instantsearch.js
⚡️ A JavaScript library for building performant and instant search experiences with Algolia.
Stars: ✭ 2,799 (+23225%)
Mutual labels:  algolia, instantsearch
musicologist
Music advice from a conversational interface powered by Algolia
Stars: ✭ 19 (+58.33%)
Mutual labels:  algolia, instantsearch
talksearch
🎤 An interactive search experience for video titles and transcripts
Stars: ✭ 24 (+100%)
Mutual labels:  community, algolia
awesome-veganism
curated list of awesome resources, pointers, and tips related to veganism
Stars: ✭ 41 (+241.67%)
Mutual labels:  community
seurat-wrappers
Community-provided extensions to Seurat
Stars: ✭ 169 (+1308.33%)
Mutual labels:  community
Girl-Code-It-Website-Frontend
The main website or the ed-tech platform being built for the students of GCI.
Stars: ✭ 39 (+225%)
Mutual labels:  community
python-sonarqube-api
Python wrapper for the SonarQube (Community Edition and Enterprise Edition) and SonarCloud API.
Stars: ✭ 107 (+791.67%)
Mutual labels:  community
algoliasearch-crawler-github-actions
Algolia Crawler Github action
Stars: ✭ 24 (+100%)
Mutual labels:  algolia
InOut4-landing
Landing page of InOut 4.0
Stars: ✭ 16 (+33.33%)
Mutual labels:  community
dfips
DeFiChain Improvement Proposals (DFIP) & Community Fund Proposals (CFP)
Stars: ✭ 111 (+825%)
Mutual labels:  community
meetup
Official repository of React Rotterdam meetup
Stars: ✭ 17 (+41.67%)
Mutual labels:  community
grafana-operator
An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
Stars: ✭ 449 (+3641.67%)
Mutual labels:  community
mock-algolia
A mock server for the Algolia search engine allowing integration testing without the need to hit Algolia's actual servers
Stars: ✭ 18 (+50%)
Mutual labels:  algolia
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (+75%)
Mutual labels:  community
all-my-contributions
A list of all my contributions ❤️
Stars: ✭ 16 (+33.33%)
Mutual labels:  community
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (+91.67%)
Mutual labels:  community
exorium
esquire, a multifunctional bot to fit your needs.
Stars: ✭ 15 (+25%)
Mutual labels:  community
dzcode.io
Website & mobile app for Algerian open-source community
Stars: ✭ 104 (+766.67%)
Mutual labels:  community

Algolia Community website

This is the source code of https://community.algolia.com/. The deployment to this live website is automated when changes are pushed to the source branch.

Local setup

Requirements

To run this project, you will need:

Pro tip: Remove any brew installed/globall system installed Node.js and Yarn, just use nvm and Alternatives installation, they works perfectly.

Then:

nvm install
nvm use

Dev

To develop on this project, do:

yarn
yarn dev

Deploy

The deploy steps are directly handled by Gulp.js in the gulpfile.

yarn build
yarn deploy

Updating the underlying index

The current appId storing the data is latency (accessible for writes by Algolia employees). If you want to update the data, first test it on a new index: modify algolia-projects.json and run:

appId= adminApiKey= yarn update-index

Once you are sure this is the right config, then run the same command using latency credentials.

You may encounter issues while running yarn deploy, you can fix it by following this GH thread

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].