Giter VIP home page Giter VIP logo

linkie-web's Introduction

Linkie Web

View mod dependencies; Search up mappings; All in one place!

About the Project

backend

This subfolder contains the backend JVM server, connecting linkie-core.

This project uses Ktor as the HTTP server.

frontend

This subfolder contains the frontend Vue website. The frontend runs independently from the backend and is entirely client sided and static. The official instance is in fact ran from GitHub Pages.

frontend/src-tauri

This subfolder contains the experimental tauri application for a local Linkie experience.

The application fires a JRE process of the backend and connects to it, the frontend is the Vue website.

Due to the nature of the project, with a JRE VM, it uses quite a lot of memory. There are goals to turn the underlying backend into a Kotlin/Native project in the future.

Running the Project

backend

Compiling the backend:

cd backend
./gradlew build

The compiled artifact is at ./backend/build/libs/linkie-web-backend.jar, run it using JRE8+.

frontend

Testing the frontend:

npm install
npm run dev

Compiling the frontend: (Resultant HTML at /dist)

npm install
npm run build

frontend/tauri

First, we need to build a custom JRE to bundle along: (Use Java 17)

cd backend
./gradlew customJre

The custom jre is in build/libs/. Now, also compile the backend. (Instructions above)

Build the tauri project: (Requires Rust)

npm install
npm run tauri build

Compiled file is at /frontend/src-tauri/target/release/.
Bundled installer/app is at /frontend/src-tauri/target/release/bundle.

linkie-web's People

Contributors

shedaniel avatar thecatcore avatar dontknow09 avatar jab125 avatar msdnicrosoft avatar meadowsys avatar solidblock-cn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.