sourcemaps.io
Web-based Source Map validator
File Explorer
Download Latest Version (.zip)- deploy.yml
- sentry-release.sh
- check.ico
- check_2048.png
- manifest.json
- Home.tsx
- Loader.tsx
- NotFound.tsx
- Report.tsx
- App.css
- App.tsx
- index.css
- main.tsx
- registerServiceWorker.js
- vite-env.d.ts
- .eslintrc.json
- .gitignore
- eslint.config.js
- index.html
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.app.tsbuildinfo
- tsconfig.json
- tsconfig.node.json
- tsconfig.node.tsbuildinfo
- vite.config.ts
- storage.ts
- index.spec.ts
- add.js
- build-fixtures.js
- examples.js
- errors.spec.ts
- utils.spec.ts
- validateGeneratedFile.spec.ts
- validateMappings.spec.ts
- constants.ts
- errors.ts
- interfaces.ts
- report.ts
- utils.ts
- validateGeneratedFile.ts
- validateMappings.ts
- validateSourceMap.ts
- dev.ts
- index.ts
- .eslintrc.json
- .gcloudignore
- cors.json
- jest.config.js
- package-lock.json
- package.json
- tsconfig.json
- .eslintignore
- .gitignore
- .nvmrc
- LICENSE
- Makefile
- package-lock.json
- package.json
- README.md
# Installation Guide
git clone https://github.com/getsentry/sourcemaps.io
Downloads the entire project code from GitHub to your computer.
cd sourcemaps.io
Moves into the project folder you just downloaded.
2. Node.js
Easy Recommendedcd 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.
3. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make test
Compiles the code based on the generated build configuration to produce an executable.
make client-server
Compiles the code based on the generated build configuration to produce an executable.
make backend-server
Compiles the code based on the generated build configuration to produce an executable.
make deploy
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
