https://github.com/authorizerdev/docs
Documentation on getting started with authorizer.dev + how to deploy and use various libraries around it
https://github.com/authorizerdev/docs
hacktoberfest
Last synced: 4 months ago
JSON representation
Documentation on getting started with authorizer.dev + how to deploy and use various libraries around it
- Host: GitHub
- URL: https://github.com/authorizerdev/docs
- Owner: authorizerdev
- License: mit
- Created: 2021-08-18T12:35:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:03:04.000Z (7 months ago)
- Last Synced: 2024-12-07T22:25:26.571Z (4 months ago)
- Topics: hacktoberfest
- Language: MDX
- Homepage:
- Size: 3.97 MB
- Stars: 31
- Watchers: 2
- Forks: 26
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - authorizerdev/docs - Documentation on getting started with authorizer.dev + how to deploy and use various libraries around it (MDX)
README
# Authorizer Docs
## 🧞 Local Setup
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :-------------- | :------------------------------------------ |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |