Giter Site home page Giter Site logo

robotsbuildingeducation's Introduction

Introduction

This document helps people set up this application on their device. It also servces as educational material for Patreon members learning how to code.

Contact

RO.B.E

Robots Building Education is a research project centered around decentralized finance and education.

In 2023, it takes the form of an AI cofounder that generates scholarships through "work" created by users interacting with AI. It is strongly recommended to be subscribed to GPT-4 while working with the codebase.

Code Quality

Eventually, we want refinements to take us to a level where the code is so readable and intuitive that people on social media can casually understand it with little or no experience.

So this means improving the quality of comments, variable names and data flow over time. The point isn't to write epicly awesome software - the point is to be teachable and inspiring for newcomers. The code should be good enough that it explains itself in a simple screenshot or carousel of screenshots... ideally!

Educational material

Learn more about the codebase here: codebase details

Forking RO.B.E

Firestore ๐Ÿ”ฅ

You will need to set up a firebase project. A tutorial can be found on Patreon. Thi project includes the following services:

  1. Authentication
  2. Firestore
  3. Hosting
  4. Functions
  5. Analytics

API Keys ๐Ÿ”

.env files are like secret files that are kept on your computer. If you take a look at this file, you'll see that Github ignores sending this file to the shared codebase. This is a security practice to keep keys safely hidden from the public since keys grant access to paid services.

image
  1. You'll need to create an account with OpenAI's API. The key definition can be found as OPENAI_API_KEY in a .env file that you have to create under /app/functions - Example

  2. You'll need to create an account with Firebase's API. The definition can be found as VITE_FIREBASE_API_KEY under /app. The VITE_ is specific to the application's Vite build and requires the VITE_ header. - Example

  3. There is a VITE_PATREON_PASSCODE definition in the codebase. They're mostly feature passcodes that get stored to local storage. Use whatever passcode you want or remove it. - Example

robotsbuildingeducation's People

Contributors

robotsbuildingeducation avatar sheilf-synapse avatar miffybruna avatar

Stargazers

Nilo Alvarado avatar

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.