slykio / slyk-demo

Slyk demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slyk App Demo

This demo application shows how you can leverage the Slyk API to build your coin-powered product or community.

This was built with Next JS and Tailwind CSS, but following the principals used here you can use any other tech stack for your application.

A step by step guide can be found on our documentation.

Running this application

You'll need at least Node v16 to run this application.

You'll also need a Slyk API key. Create a .env file with the following:

SLYK_API_KEY=<your-api-key>

To run the application in development mode use:

yarn dev

To run in production mode first create a build with yarn build and then run it with yarn start.

About

Slyk demo app

License:MIT License


Languages

Language:TypeScript 94.6%Language:JavaScript 2.9%Language:Dockerfile 1.4%Language:CSS 1.1%