beginning-of-infinity
No description available.
File Explorer
- notes-cache.ts
- notes.ts
- header.tsx
- layout.tsx
- note-backlink.tsx
- note-links.tsx
- note-markdown.tsx
- note-preview-popover.tsx
- note-preview.tsx
- notes-browser-item.tsx
- notes-browser.tsx
- notes-fallback.tsx
- notes.tsx
- portal-body.tsx
- array.ts
- markdown.tsx
- screen-size.ts
- note.ts
- About.md
- AI.md
- Anthropocentric.md
- Anti-rational Meme.md
- Arrow's theorem.md
- Bad Explanation.md
- Beginning of Infinity.md
- Blind Optimism.md
- Blind Pessimism.md
- Conjecture.md
- Constructor.md
- Creativity.md
- Criticism.md
- Culture.md
- David Deutsch.md
- Dynamic Societies.md
- Emergent phenomena.md
- Empiricism.md
- Enlightenment.md
- Error Correction.md
- Evolution.md
- Explanation.md
- Fallibilism.md
- Fallible.md
- Good Explanation.md
- Governing.md
- Hard to vary.md
- Inductivism.md
- Infinity.md
- Jump to Universality.md
- Knowledge Creation.md
- Knowledge Streams.md
- Knowledge.md
- Memes.md
- Morality.md
- Multiverse.md
- Neo-Darwinism.md
- Optimism.md
- Parochial.md
- People.md
- Person.md
- Popper.md
- Preface.md
- Principle of Mediocrity.md
- Problems.md
- Progress.md
- Qualia.md
- Rational Meme.md
- Reach.md
- Replicators.md
- Science.md
- Spaceship Earth.md
- Static Societies.md
- Sustainability.md
- Technology.md
- Testability.md
- Universal Computation.md
- Universal Constructor.md
- Universal Explainers.md
- Universal System.md
- Universality.md
- Unsustainable.md
- Wealth.md
- note.ts
- [...paths].tsx
- _app.tsx
- _document.tsx
- index.tsx
- favicon.ico
- twitter-card.png
- twitter-summary-card.png
- notes-cache.ts
- notes.ts
- globals.css
- .eslintrc.js
- .eslintrc.json
- .gitignore
- .prettierrc
- MIT-LICENSE
- next-env.d.ts
- next.config.js
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- TODO.md
- tsconfig.json
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
// repository documentation
Was this content helpful?
(0 ratings)
