Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phcode-dev/docs
Phoenix documentation docs.phcode.dev
https://github.com/phcode-dev/docs
Last synced: about 1 month ago
JSON representation
Phoenix documentation docs.phcode.dev
- Host: GitHub
- URL: https://github.com/phcode-dev/docs
- Owner: phcode-dev
- License: cc-by-4.0
- Created: 2022-03-19T06:09:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T17:33:48.000Z (9 months ago)
- Last Synced: 2024-04-04T18:48:06.937Z (9 months ago)
- Language: JavaScript
- Homepage: https://docs.phcode.dev/
- Size: 12.1 MB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Welcome to Phoenix Documentation
This repository hosts the code for https://docs.phcode.dev/ . Please contribute
to this repo for helping the Phoenix/Brackets community.## License
CC BY License Copyright (c) 2022-present, core.ai
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern
static website generator.### Installation
```
$ npm install
```### Local Development
```
$ npm run 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
```
$ npm run 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 npm run deploy
```Not using SSH:
```
$ GIT_USER= npm run 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.