skepsis
Local web UI for code review
File Explorer
Download Latest Version (.zip)- settings.json
- action.yml
- ci.yml
- license-check.yml
- release.yml
- comment.ts
- commentSyntax.test.ts
- commentSyntax.ts
- diff.test.ts
- diff.ts
- displayCommand.test.ts
- displayCommand.ts
- fileContents.ts
- main.test.ts
- main.ts
- settings.test.ts
- settings.ts
- testUtil.ts
- viewed.ts
- reviewComments.test.ts
- reviewComments.ts
- types.ts
- App.tsx
- main.tsx
- styles.css
- vite-env.d.ts
- .gitattributes
- .gitignore
- .licenserc.yaml
- .oxfmtrc.json
- .oxlintrc.json
- CLAUDE.md
- cli.ts
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsdown.config.ts
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/oxidecomputer/skepsis
Downloads the entire project code from GitHub to your computer.
cd skepsis
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install --global @oxide/skepsis
Installs the package published on the npm registry globally โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install --global @oxide/skepsis
Installs the package published on the npm registry globally โ no need to clone the source.
cd skepsis && npm install
Moves into the project folder you just downloaded.
npm run ci
Type this command into your terminal and run it.
npm version patch --no-git-tag-version # or minor/major โ bumps package.json
Type this command into your terminal and run it.
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)
