Skip to content

tokensmith/website

Repository files navigation

Tokensmith Website

This project was originally cloned from, Docsy.

Documentation for Tokensmith.

Running the website locally

hugo server

Running the website with docker

docker build -t site .
docker run -p 1312:1312 -e PORT=1312 site

Deploy

gcloud auth login
gcloud auth configure-docker

./deploy [PROJECT_ID]

Take down site

gcloud run services delete site