https://github.com/basis-theory/developers.basistheory.com
Basis Theory Developer Documentation
https://github.com/basis-theory/developers.basistheory.com
docs documentation encryption security tokenization
Last synced: about 1 year ago
JSON representation
Basis Theory Developer Documentation
- Host: GitHub
- URL: https://github.com/basis-theory/developers.basistheory.com
- Owner: Basis-Theory
- License: apache-2.0
- Created: 2022-12-04T22:28:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T17:42:11.000Z (about 1 year ago)
- Last Synced: 2025-04-11T18:39:45.823Z (about 1 year ago)
- Topics: docs, documentation, encryption, security, tokenization
- Language: JavaScript
- Homepage: https://basistheory.com
- Size: 22.3 MB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Basis Theory Developer Documentation
The [Basis Theory](https://basistheory.com/) developer documentation. This site is hosted at [developers.basistheory.com](https://developers.basistheory.com/)
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server at http://localhost:3000/ and opens up a browser window.
Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.