Skip to content

shezzy/teseve

 
 

Repository files navigation

Tèsèvè

A simple static webserver, in an app.


screenshot


Getting Started

Download the binaries

You can download the binaries on the releases page

Build the app from the source

You can build the app by yourself:

  1. Clone the repository
  2. Run npm install to get the dependencies
  3. Run grunt to build & run the app
  4. Use grunt release if you want to build a binary.

Contributing

Tèsèvè is currently in heavy development. If you want to contribute, try to follow the existing codestyle.

TODO

  • Allow to drag'n'drop a folder on window to set the server root
  • Auto-try to resolve url like page to page.html
  • Custom 404 page
  • Multiple-window feature, managing multiple servers
  • About window
  • Refactor repo structure + builder
  • All-around refactor
  • Implement main menu for OSX & Windows
  • Test Windows
  • Test Linux
  • Presentation website

Release History

  • 2015/09/21: 0.4.0 404 managment, auto-try to resolve url
  • 2015/09/11: 0.3.0 drag'n'drop feature, new build system
  • 2015/09/06: 0.2.0 autoindex feature
  • 2015/08/26: 0.1.0 basic features
  • 2015/08/25: starting project

License

Tèsèvè is free and unencumbered software released into the public domain.

About

A simple static webserver, in an app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.1%
  • CSS 37.6%
  • HTML 11.3%