Implementation of PoC for Swap Market #3

Open
parabitdev wants to merge 7 commits from parabit/proof-of-concept into master
parabitdev commented 2026-02-16 17:19:18 +00:00 (Migrated from github.com)

The intent is NOT to merge this, but to learn some important lessons from it (like working with leptos which has been rather convenient and may replace nextjs for me).

To test this, you need to have just installed already and be on a platform that just natively supports:

just init
just dev

Defaults to port 8080 on localhost

The intent is NOT to merge this, but to learn some important lessons from it (like working with leptos which has been rather convenient and may replace nextjs for me). To test this, you need to have `just` installed already and be on a platform that just natively supports: ``` just init just dev ``` Defaults to [port 8080 on localhost](http://127.0.0.1:8080)
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin parabit/proof-of-concept:parabit/proof-of-concept
git switch parabit/proof-of-concept

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff parabit/proof-of-concept
git switch parabit/proof-of-concept
git rebase master
git switch master
git merge --ff-only parabit/proof-of-concept
git switch parabit/proof-of-concept
git rebase master
git switch master
git merge --no-ff parabit/proof-of-concept
git switch master
git merge --squash parabit/proof-of-concept
git switch master
git merge --ff-only parabit/proof-of-concept
git switch master
git merge parabit/proof-of-concept
git push origin master
Sign in to join this conversation.
No description provided.