Skip to content
/ Alma Public

An up-and-coming education platform aiming to compensate for the shortcomings of other portals such as Google Classroom, Canvas, and Moodle.

License

Notifications You must be signed in to change notification settings

Slaytur/Alma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alma logo

Prerequisites

Development

To run a development server, open up a terminal window in the root directory of the project and run

pnpm dev

This will open a development webfront at localhost:3000.

Production

To build for production, open up a terminal window in the root directory of the project and run

pnpm build

This will compile all assets to a directory that can be served statically via NGINX. You can find the live demo of our site here.