https://github.com/casper-network/cn-website-seo-prerender
This repository tracks the code related to the SEO prerender service of the casper.network site
https://github.com/casper-network/cn-website-seo-prerender
Last synced: 5 months ago
JSON representation
This repository tracks the code related to the SEO prerender service of the casper.network site
- Host: GitHub
- URL: https://github.com/casper-network/cn-website-seo-prerender
- Owner: casper-network
- License: mit
- Created: 2022-08-18T20:46:57.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2024-08-29T10:35:39.000Z (almost 2 years ago)
- Last Synced: 2024-08-29T11:13:36.859Z (almost 2 years ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caspernetwork-prerender
## Project setup
```
npm install
```
### Run for development
```
npm run start
```
## Environment setup
To run the project, the following environment variables are required:
```
PORT=1234
```
Optional environment variables:
```
# Default log level includes INFO and ERROR messages
LOG=error
# If you want all the nitty gritty
#LOG=verbose
```