gurunate / learning-portrait

A grade book that thinks like you do.
https://learningportrait.com
4 stars 0 forks source link
edtech edtech-backend edtech-frontend edtech-software edtech-startup education

Learning Portrait

A gradebook that thinks as you do.

Overview

Learning Portrait is a Yarn workspace monorepo (monolithic repository).

Workspaces

Getting Started

Prerequisites

This project uses Node.js (v20+) and Yarn (v4+) open-source package manager. After installing Node, run the following commands to enable Yarn:

$ corepack enable
$ yarn set version stable
$ yarn config set nodeLinker "node-modules"

Install

$ yarn

Generate Keys

To generate random bytes with openssl, use the openssl rand utility which is the openssl random number generator.

$ openssl rand -hex 32 | pbcopy

References

Links