This repository contains the website along with all documentation for Tempo.
Pre-requisites: Hugo, Go and Git
# Clone the repo
git clone https://github.com/tempo-lang/tempo-lang.github.io.git
# Change directory
cd tempo-lang.github.io
# Start the server
hugo mod tidy
hugo serverhugo mod get -u
hugo mod tidySee Update modules for more details.