Skip to content

Commit

Permalink
repo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Nov 12, 2023
1 parent 5671879 commit fb4729d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 438 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**This project is in a very early stage of development.**

This is a Go-based rendering server. It uses different backends for storage and is configured via a YAML file.
Grender is a web rendering service written in Go that leverages a headless Chrome browser to render and cache web pages. The application supports various backends, including AWS S3 and local file systems, for storing cached content.

## Configuration

Expand Down Expand Up @@ -32,11 +32,6 @@ go run main.go

Make sure to have your config.yaml file in the same directory where you run this command.

```bash
go get -u github.com/chromedp/chromedp
go get -u github.com/gin-gonic/gin
```

## Project Structure

The main components of the project are organized into packages:
Expand Down
Loading

0 comments on commit fb4729d

Please sign in to comment.