Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/dev-server-page
orans.dev is my development server landing page writen in reactjs
https://github.com/wisehackermonkey/dev-server-page
Last synced: 2 days ago
JSON representation
orans.dev is my development server landing page writen in reactjs
- Host: GitHub
- URL: https://github.com/wisehackermonkey/dev-server-page
- Owner: wisehackermonkey
- Created: 2021-11-16T20:45:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T21:09:46.000Z (about 3 years ago)
- Last Synced: 2024-11-10T12:44:48.867Z (2 months ago)
- Language: JavaScript
- Homepage: https://orans.dev
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orans.dev landing page
### quick start
```
yarn
yarn start
```# for production
```
yarn
yarn build
HTTPS=true SSL_CRT_FILE='./.cert/cert.pem' SSL_KEY_FILE='./.cert/key.pem' PORT=443 serve -s buildsudo forever-service install server -f " --watchDirectory /opt/dev-server-page/ -w"
sudo service server status
sudo service server start
sudo service server status```
# how to use the service
```bash
Commands to interact with service server
Start - "sudo service server start"
Stop - "sudo service server stop"
Status - "sudo service server status"
Restart - "sudo service server restart"
```