From 7bd062230b43f8bd9cf2ec0f0db92704c5765f26 Mon Sep 17 00:00:00 2001
From: Fuwn
Date: Mon, 26 Apr 2021 15:42:39 +0000
Subject: major: :star:
---
readme.md | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 readme.md
(limited to 'readme.md')
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..81fe664
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,30 @@
+
+
senpy-api
+
+
+
+
+
+
+
+
+
+
+
+## notice
+nix integration is currently broken. until [rocket](https://crates.io/crates/rocket) officially
+releases version `0.5.0`, it will stay broken.
+
+## nix
+- build: `nix-build senpy-api.nix`
+- docker: `nix-build default.nix`
+
+## usage
+- run (dev): `ROCKET_ENV=dev cargo run`
+- build (prod): `ROCKET_ENV=prod cargo build --release`
+
+## contributing
+please reference the [contribution guidelines](./contributing.md) of this repository.
+
+### license
+[gnu general public license v3.0](https://github.com/senpy-club/api/blob/main/license)
--
cgit v1.2.3