Generate a thumbnail of any website. Written in Go and Vue. This project uses screenshotapi.net head over there to create an account and get an API token.
Replace the SCREENSHOTAPI_TOKEN
with your screenshotapi.net token.
To run the go server run the following command from the project root directory.
go run main/server.go
Navigate to the frontend
directory and run the following command to install required packages.
yarn install
To start up the frontend development server run:
yarn serve
To build the frontend for production use run:
yarn build