Skip to content
/ txts Public

๐Ÿ“„๐Ÿ–‹๏ธ A faithful recreation of the txti.es service in ASP.NET

License

Notifications You must be signed in to change notification settings

txts-team/txts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

97 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Txts

A faithful recreation of the txti.es service in ASP.NET

Code Analysis GitHub commit activity (branch) GitHub code size in bytes

What is Txts?

Txts allows users to create markdown-based simple web pages. Most of the world still does not have internet, but many websites from countries like the United States are big and complicated. This makes it hard for people with slow internet to use these sites. It is even harder for those people to put their own thoughts on the internet. With Txts, anyone can use any device to share their story.

Need help?

Join our Discord for support.

Security

Txts should be considered pre-release software. While we generally try to look out for security issues before pushing code, issues are bound to arise.

Simply put, you should use Txts at your own risk.

If you encounter a security issue, please report it to us as soon as possible. Instructions on how to do so can be found in SECURITY.md.

Building and running

You'll need the .NET 7.0 SDK to build and run Txts.

Testing locally:

git clone https://github.com/sudokoko/txts.git
cd txts
dotnet run -c Release --project txts

Publishing and running:

git clone https://github.com/sudokoko/txts.git
cd txts
dotnet publish -c Release --project txts
cd ./txts/bin/Release/net7.0/publish
./txts

About

๐Ÿ“„๐Ÿ–‹๏ธ A faithful recreation of the txti.es service in ASP.NET

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published