Eve
Better tools for thought
File Explorer
Download Latest Version (.zip)- crm.css
- todomvc.css
- app-preview.css
- base.css
- codemirror.css
- editor.css
- ide.css
- ionicons.min.css
- simplescrollbars.css
- trace.css
- ionicons.ttf
- favicon.png
- eve.js
- errors.ts
- parser.ts
- perfReport.ts
- dsl2.ts
- indexes.ts
- performance.ts
- runtime.ts
- stdlib.ts
- trace.ts
- canvas.ts
- compiler.ts
- console.ts
- dom.ts
- editor.ts
- file.ts
- html.ts
- index.ts
- notify.ts
- shape.ts
- svg.ts
- system.ts
- tag-browser.ts
- ui.ts
- watcher.ts
- bootstrap.ts
- index.ts
- loadWorker.js
- microReact.ts
- system-polyfills.js
- system.js
- systemJSConfig.js
- types.d.ts
- math.ts
- aggregate.ts
- all.ts
- antijoin.ts
- choose.ts
- distinct.ts
- foundation.ts
- performance.ts
- union.ts
- util.ts
- codemirror.d.ts
- commonmark.d.ts
- .gitattributes
- .gitignore
- .npmignore
- ATTRIBUTIONS.md
- circle.yml
- docker-compose.yml
- Dockerfile
- index.html
- LICENSE
- package.json
- Procfile
- README.md
- syntax_diagrams.html
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/witheve/Eve
Downloads the entire project code from GitHub to your computer.
cd Eve
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm start -- path/to/program.js
Starts the development/run server.
npm install witheve@preview
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
