The New Relic One Community demo combines:
- Markdown docs
- Code samples
- Prop references
into one easily searchable guide.
You'll need a New Relic account.
This library relies on New Relic One's programmability client-side SDK, for demo purposes it needs to run inside of a Nerdpack, running on a New Relic account.
If you're new to New Relic, and you need an account, you can follow instructions on developer.newrelic.com to get access to New Relic's Developer Edition.
git clone https://github.com/newrelic/nr1-community
npm install
npm run build
cd demo
npm install
nr1 nerdpack:uuid -gf # Only needed the first time
nr1 nerdpack:serve
Note: You could also deploy this Nerdpack to your account.