An open API service indexing awesome lists of open source software.

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

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
```