Document Faset architecture and roadmap through MVP

This commit is contained in:
Emil
2026-09-18 02:21:40 +03:00
commit 8f9d5c2969
40 changed files with 5791 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "faset-engine-research-map",
"version": "1.0.0",
"description": "Portable local viewer for Faset Engine architecture, roadmap and source studies",
"scripts": {
"build": "node build.mjs",
"start": "node server.mjs",
"test": "node --test map.test.mjs"
},
"keywords": [],
"author": "",
"dependencies": {
"esbuild": "^0.28.2",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
},
"private": true
}