Skip to content

FulgurCode/StellarPing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Ping

This repository contains code for the StellarPing website which shows and notify about Astronomical events based on user location.

Technology

  • Go
  • Templ
  • HTMX

Contributing

Contributions are welcome! To contribute to this project:

1. Fork the project
2. Clone the fork
git clone https://github.com/<username>/StellarPing
3. Add Upstream
git remote add upstream https://github.com/FulgurCode/StellarPing
4. Create a new branch
git checkout -b feature
5. Make your changes
6. Commit your changes
git commit -am "Add new feature"
7. Update main
git checkout main
git pull upstream main
8. Rebase to main
git checkout feature
git rebase main
9. Push to the branch
git push origin feature
10. Create a new Pull Request

License

The GPLv3 License (GPLv3)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see GPLv3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published