Skip to content

Fluffy9/Gasless-Landing

Repository files navigation

Landing Page

A simple landing page for Gasless Relayer Saas. It displays pricing info and links to the web app.

Development setup

Modify the variables in the .env file as necessary

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Docker

Do not push the docker image to a public location like dockerhub to avoid leaking enviornment variables

Build

docker build . -t gasless/landing

Run

docker run -p 8080:8080 -d --name landing gasless/landing

About

Landing page for the Gasless Relayer Saas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published