lean4web
Lean web editor
File Explorer
Download Latest Version (.zip)- ci.yml
- settings.json
- JuliaMono-Regular.ttf
- LICENSE-JuliaMono
- favicon-L.ico
- favicon.ico
- manifest.json
- robots.txt
- collab-types.ts
- config-types.ts
- project-types.ts
- logo.svg
- zulip.svg
- App.css
- Collab.css
- Editor.css
- index.css
- Modal.css
- Navigation.css
- code-atoms.ts
- CodeMirrorEditor.tsx
- useEscape.tsx
- Dropdown.tsx
- NavButton.tsx
- Navigation.tsx
- Popup.tsx
- QuickLinkMenu.tsx
- RotatingGlobe.tsx
- Impressum.tsx
- JoinCollaboration.tsx
- LeaveCollaboration.tsx
- LoadUrl.tsx
- LoadZulip.tsx
- PrivacyPolicy.tsx
- Tools.tsx
- settings-atoms.ts
- settings-types.ts
- settings-url-converters.ts
- SettingsPopup.tsx
- collaboration-atoms.ts
- import-atoms.ts
- location-atoms.ts
- project-atoms.ts
- url-atoms.ts
- url-converters.ts
- url-types.ts
- window-atoms.ts
- cleanObject.ts
- collabColors.ts
- Entries.ts
- SaveToFile.tsx
- shallowEqual.ts
- UrlParsing.tsx
- WindowWidth.tsx
- .prettierrc.json
- App.tsx
- index.tsx
- vite-env.d.ts
- config.tsx
- index.html
- package.json
- tsconfig.json
- vite.config.ts
- encoding.cy.ts
- settings.cy.ts
- spec.cy.ts
- zulip-msg-1.txt
- assertions.ts
- commands.ts
- e2e.ts
- index.d.ts
- tsconfig.json
- Development.md
- Installation.md
- Maintenance.md
- Projects.md
- Troubleshoot.md
- Usage.md
- Bijection.lean
- Logic.lean
- Rational.lean
- Ring.lean
- .gitignore
- lake-manifest.json
- lakefile.toml
- lean-toolchain
- leanweb-build.sh
- leanweb-config.json
- MathlibDemo.lean
- .gitignore
- lake-manifest.json
- lakefile.toml
- lean-toolchain
- leanweb-build.sh
- leanweb-config.json
- Stable.lean
- .gitignore
- bubblewrap.sh
- build.sh
- index.mjs
- package.json
- types.mjs
- .editorconfig
- .gitignore
- .npmrc
- cypress.config.ts
- ecosystem.config.cjs
- LICENSE
- oxfmt.config.ts
- oxlint.config.ts
- package-lock.json
- package.json
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/leanprover-community/lean4web
Downloads the entire project code from GitHub to your computer.
cd lean4web
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd client
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
