Skip to content

A terminal based open source live server for rapid web dev.

License

Notifications You must be signed in to change notification settings

reenphygeorge/servette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Servette Logo

Open source live server written in GO✨



Installation

Linux and macOS

  1. Download and unzip the executable

  2. Open the folder in terminal and run the following to grant execute permissions

    chmod +x install.sh
    
  3. Run the installer

    sudo ./install.sh
    
  4. Run the executable

    srt
    

Windows

  1. Download and unzip the executable

  2. Add path to environment variables

  3. Run the executable

    srt
    

Extend

Use srt.config file in your project to modify values like port   Skip Directories

By default skips .git directory no need to add it again.

About

A terminal based open source live server for rapid web dev.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published