Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codatio/legal
Information about Codat for lawyers
https://github.com/codatio/legal
api codat
Last synced: 10 days ago
JSON representation
Information about Codat for lawyers
- Host: GitHub
- URL: https://github.com/codatio/legal
- Owner: codatio
- Created: 2023-08-31T15:34:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T12:33:00.000Z (3 months ago)
- Last Synced: 2024-10-25T02:20:00.862Z (22 days ago)
- Topics: api, codat
- Language: JavaScript
- Homepage: https://legal.codat.io
- Size: 5.87 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# legal
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
![Website Deploy](https://deploy-badge.vercel.app/?url=https://vercel.com/codat/legal&name=website)
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server 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.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.