Updated Readme and removed yarn lock files main
This commit is contained in:
parent
50cc53329d
commit
18affa504e
10
README.md
10
README.md
@ -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.
|
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.
|
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!
|
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
|
||||||
|
|
||||||
|
3606
api/yarn.lock
3606
api/yarn.lock
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
apps: [
|
apps: [
|
||||||
{
|
{
|
||||||
script: 'npm run remix',
|
script: 'npm run app',
|
||||||
name: 'tt',
|
name: 'tt',
|
||||||
namespace: 'thingtime'
|
namespace: 'thingtime'
|
||||||
}
|
}
|
||||||
|
1149
package-lock.json
generated
1149
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -4,10 +4,10 @@
|
|||||||
"description": "Thing Time",
|
"description": "Thing Time",
|
||||||
"main": "none",
|
"main": "none",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"remix": "npm run dev --prefix remix",
|
"app": "npm run dev --prefix app",
|
||||||
"api": "npm run dev --prefix api",
|
"api": "npm run dev --prefix api",
|
||||||
"build": "npm run build --prefix remix",
|
"build": "npm run build --prefix app",
|
||||||
"postinstall": "pnpm i --prefix remix ; pnpm i --prefix=api"
|
"postinstall": "pnpm i --prefix app ; pnpm i --prefix=api"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -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==
|
|
Loadingβ¦
Reference in New Issue
Block a user