TWEDUA official website use Hugo framework and hosting on github page.
# Clone repository
git clone https://github.com/twedua/twedua.github.io.git
# Clone submodule
git submodule update --recursive --remote
# Install dependency
yarn install
# Run local server
yarn start
# Open browser
open http://localhost:1313
# Build website (public folder)
hugo
# Start hugo server with draft file
hugo server -D
twedua/tella fork from opera7133/tella
TWEDUA official website use MIT license, click here for details.