Updated Readme and removed yarn lock files main

This commit is contained in:
Nikolaj Frey 2024-03-15 21:51:11 +11:00
parent 50cc53329d
commit 18affa504e
6 changed files with 1162 additions and 3619 deletions

View File

@ -1,7 +1,15 @@
# 🌈 Thingtime 🧠 πŸ¦„
# 🌈 Welcome πŸ‘‹ to Thingtime πŸ¦„ 🧠
Thingtime is a powerful platform for storing and sharing information of all kinds. Whether you want to keep track of your personal notes, collaborate on a project with your team, or build a new app that relies on rich data, Thingtime has you covered.
With Thingtime, you can create and share any abstract data structure you want, or store any practical piece of information and share it for people and machines to use equally. Thingtime is not only a platform, but also an ecosystem that empowers developers and users alike to build, share, and utilize all kinds of data and knowledge.
At Thingtime, we believe that data and knowledge should be open, accessible, and empowering. We are building Thingtime to make this vision a reality. Join us and start exploring the limitless possibilities of data!
# πŸ’Ή Donate on Indiegogo to save humanity 🩷
### You can get Merch 🌈 + other benefits πŸ¦„πŸ’―
https://www.indiegogo.com/projects/thingtime-a-gui-for-the-internet/coming_soon
## Or Donate on GoFundMe πŸ’–
https://www.gofundme.com/f/thingtime

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
module.exports = {
apps: [
{
script: 'npm run remix',
script: 'npm run app',
name: 'tt',
namespace: 'thingtime'
}

1149
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@
"description": "Thing Time",
"main": "none",
"scripts": {
"remix": "npm run dev --prefix remix",
"app": "npm run dev --prefix app",
"api": "npm run dev --prefix api",
"build": "npm run build --prefix remix",
"postinstall": "pnpm i --prefix remix ; pnpm i --prefix=api"
"build": "npm run build --prefix app",
"postinstall": "pnpm i --prefix app ; pnpm i --prefix=api"
},
"repository": {
"type": "git",

View File

@ -1,8 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==