Skip to content

textwire/textwire.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation website for the Textwire

This repository contains the source code for the documentation website of the Textwire templating language project designed for Go. This project is using VuePress 2 to generate the static website.

Clone the repository

git clone https://github.com/textwire/textwire.github.io.git

Change directory

cd textwire.github.io

Install node modules

npm install
# or
yarn

Run the development server

npm run dev
# or
yarn dev

Releases

No releases published

Packages

No packages published