Coder Social home page Coder Social logo

landing-page's Introduction

knacksteem.org Is meant for people with great skills to showcase them and earn reward while doing so :) . Forked from https://github.com/utopian-io/utopian.io, knacksteem uses the STEEM Blockchain to reward contributors/authors in cryptocurrency.

See the website in action here:

Contributing to this Project

Get in touch on Discord: https://discord.gg/XSqTRgz For PRs and feature request, please fork https://github.com/knacksteem/knacksteem.org

Roadmap

  1. clean the code
  2. Add suitable categories
  3. connect to the backend (api server.)

Clone and Install

git clone https://github.com/knacksteem/knacksteem knacksteem.org

cd knacksteem

npm install

Generate and Export SSL Certificates

openssl req -x509 -sha512 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes

export SERVER_SSL_CERT="/path/cert.pem"

export SERVER_SSL_KEY="/path/key.pem"

export NODE_TLS_REJECT_UNAUTHORIZED=0

Replace path with the path to the generated .pem files. You may need to authorise your browser in using a self-signed SSL certificate

Set SC Utopian App

Add the enviroment variable UTOPIAN_APP using the app name of your Steem Connect oauth application. You can create a SC app here https://v2.steemconnect.com/apps/create. The same app will have to be used and setup in the backend https://github.com/knacksteem/api.knacksteem forked from https://github.com/utopian-io/api.utopian.io.

Run The Frontend

npm run dev-server

API Server

Our sister project knacksteem/api.knacksteem provides the back-end APIs for knacksteem. If you want to run knacksteem locally, you do need to run that project, though you may want to check it out!

License

GNU Public License v3.0. Copyright Utopian.io

Original source code licensed under MIT License. Copyright Busy

landing-page's People

Contributors

mktcode avatar ms10398 avatar onozasi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

onozasi

landing-page's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.