Skip to content

ETAModder/structa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Structa logo

Structa

Structa is a relatively simple "language" for quick, static websites. The Structa interpreter also includes a web server with automatic routing. Examples are given in the /examples folder. I will not include a guide to the syntax.

MIT License

Usage

First, git clone https://github.io/ETAModder/structa.git and cd into it. After that, you will want to make an index.stc file with your Structa code in it. You can also have multiple files and directories in the /pages dir, but going directly to the domain you are running the server on with no extension will default to /pages/index.stc Once you've made your Structa files, you can use NodeJS to run the interpreter. Doing node index.js in your shell of choice should work, and you will be able to access the page(s) on localhost:8080

About

language for making simple static webpages. one file interpreter and web server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors