All Projects → contentful → Discovery App React

contentful / Discovery App React

A React.js based version of the Contentful Discovery app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Discovery App React

Sleuth
A Go library for master-less peer-to-peer autodiscovery and RPC between HTTP services
Stars: ✭ 331 (+203.67%)
Mutual labels:  discovery
Learning tools
Go 学习、Go 进阶、Go 实用工具类、Go-kit ,Go-Micro 微服务实践、Go 推送
Stars: ✭ 605 (+455.05%)
Mutual labels:  discovery
Rock
Create semantic version tags for your Go packages, search and discover new packages
Stars: ✭ 50 (-54.13%)
Mutual labels:  discovery
Tdm
GUI application to discover and monitor devices flashed with https://github.com/arendst/Sonoff-Tasmota
Stars: ✭ 385 (+253.21%)
Mutual labels:  discovery
Theharvester
E-mails, subdomains and names Harvester - OSINT
Stars: ✭ 6,175 (+5565.14%)
Mutual labels:  discovery
Libraries.io
📚 The Open Source Discovery Service
Stars: ✭ 903 (+728.44%)
Mutual labels:  discovery
Near
A P2P library for Android for discovery on local networks using UDP and transfer in general using TCP sockets
Stars: ✭ 296 (+171.56%)
Mutual labels:  discovery
Hd Wallet Addrs
A command-line tool that performs Bitcoin wallet address discovery.
Stars: ✭ 104 (-4.59%)
Mutual labels:  discovery
Samples
Steeltoe samples and reference application collection
Stars: ✭ 586 (+437.61%)
Mutual labels:  discovery
Intrigue Core
Discover Your Attack Surface!
Stars: ✭ 1,013 (+829.36%)
Mutual labels:  discovery
Lldpd
implementation of IEEE 802.1ab (LLDP)
Stars: ✭ 425 (+289.91%)
Mutual labels:  discovery
Proxy
The Istio proxy components.
Stars: ✭ 533 (+388.99%)
Mutual labels:  discovery
Ghw
Golang hardware discovery/inspection library
Stars: ✭ 918 (+742.2%)
Mutual labels:  discovery
Gradio
Stars: ✭ 335 (+207.34%)
Mutual labels:  discovery
Filetype
Fast, dependency-free, small Go package to infer the binary file type based on the magic numbers signature
Stars: ✭ 1,278 (+1072.48%)
Mutual labels:  discovery
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (+193.58%)
Mutual labels:  discovery
Ohai
Ohai profiles your system and emits JSON
Stars: ✭ 641 (+488.07%)
Mutual labels:  discovery
Arduino core stm32
STM32 core support for Arduino
Stars: ✭ 1,725 (+1482.57%)
Mutual labels:  discovery
Discovery
A registry for resilient mid-tier load balancing and failover.
Stars: ✭ 1,317 (+1108.26%)
Mutual labels:  discovery
Docker Discovery Registrator Consul
Service discovery library for JVM based applications running in Docker containers that use the Registrator service registry bridge with Consul as a backend
Stars: ✭ 21 (-80.73%)
Mutual labels:  discovery

Deprecation notice

This repository is deprecated and no further maintenance is planned.For a Reference example app, please see https://github.com/contentful/the-example-app.nodejs

About

Contentful provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products faster.

The Contentful Discovery web app gives you a quick and easy way to preview your content on a web environment, and explore the contents of your Spaces.

You can try out the app at https://discovery.contentful.com/ or you can check out the source code and suggest your own improvements.

Running discovery-app locally

Prepare

clone the app and cd to the directory

git clone https://github.com/contentful/discovery-app-react

Install dependencies via npm

npm install

Install dependencies via yarn

yarn

Start the app

npm start

Open http://0.0.0.0:9020 in your browser to see the app.

Yarn users alternatively can use yarn start to start the app.

Using Docker

clone the app and cd to the directory

git clone https://github.com/contentful/discovery-app-react

Build the docker image

docker build -t discovery-app .

Run the docker image

docker run -it --rm -p 9020:9020 discovery-app

Open http://0.0.0.0:9020 in your browser to see the app

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].