A fullstack framework for making small dynamic websites.
Explore the docs »
View Demo
·
Report Bug (TODO)
·
Request Feature (TODO?)
Table of Contents
Currently, there are no builds present, therefore you have to build from source and keep in sync via this GitHub repository.
- NodeJS 22 & NPM
- MongoDB 8
- Clone the repo
git clone git@github.com:infinity-frame/infinityframework.git
- Install NPM packages
npm install
- Build the project
npm run build
- (Optional) Run unit tests
npm run test - Start the server
npm run start
Distributed under the Apache License, Version 2.0. See LICENSE.md for more information.