Zokka-Dev / zokka-compiler

Fork of compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
81 stars 0 forks source link

Easily available custom package server #12

Closed changlinli closed 1 month ago

changlinli commented 3 months ago

Quick Summary:

Creating a new custom package repository server that decouples us from GitHub and git and serves as the basis for a separate online service that can offer one-click custom package repositories. See CUSTOM_PACKAGE_SERVER_REFERENCE_NOTES.md for more details.

changlinli commented 1 month ago

Yep @supermario you're right on the money! I decided to go with SQLite instead.

I agree with you that I should move out all the Zokka stuff to make it more clear what is new in Zokka and what is in Elm. I'll likely do that as a separate PR to combine with the pre-existing Zokka additions I have.