https://github.com/phcode-dev/docs
Phoenix documentation docs.phcode.dev
https://github.com/phcode-dev/docs
Last synced: 9 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T23:40:28.000Z (9 months ago)
- Last Synced: 2025-04-13T20:46:30.136Z (9 months ago)
- Language: JavaScript
- Homepage: https://docs.phcode.dev/
- Size: 32.3 MB
- Stars: 5
- Watchers: 2
- Forks: 11
- Open Issues: 9
-
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.