Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
/ furink-old Public archive

An artist commissioning and payment platform.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE-2.0
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

furinkapp/furink-old

Repository files navigation

furink

An artist commissioning and payment platform.

Features

TODO

Overview

This repository contains all of fur.ink's frontend applications, including the web app and mobile app. The web app is built with Next and the mobile app is built with Tauri.

The backend code is currently not open source, but access to the API will be provided once it is ready.

Contributing

Contributions are welcome! For the contribution guidelines, see CONTRIBUTING.md.

Prerequisites

For all projects, you will need the following:

For developing the mobile app, you'll also need all of Tauri v2's prerequisites. There is specific setup for both Android and iOS, but due to Apple's restrictions, you'll need a Mac to build the iOS app.

Setup

  1. Clone the repository.
  2. Run pnpm install to install the dependencies.

Development

Web

To start the web app in development mode, run pnpm dev in its directory. This will start a development server on port 3000.

Mobile

To start the mobile app in development mode, run pnpm dev in its directory. This will start a development server on port 3000.

For previewing the app on an Android device, run pnpm tauri android dev in the mobile app's directory. This will start the development server and open the app in an Android emulator or on a connected device.

For previewing the app on an iOS device, run pnpm tauri ios dev in the mobile app's directory. This will start the development server and open the app in an iOS simulator or on a connected device.

License

This project is licensed under a dual license of the MIT License and the Apache License 2.0. You may choose either of these licenses at your discretion. See LICENSE-MIT and LICENSE-APACHE-2.0 for details.