Add README on the apps dir

This commit is contained in:
MaiaVictor 2021-05-23 15:23:17 -03:00
parent 2474ef46f2
commit 3c9faf66f5
3 changed files with 4 additions and 3 deletions

4
.gitignore vendored
View File

@ -11,5 +11,5 @@ tmp.js
web/*.lock
base/.cache
/base/playground.kind
web/src/apps
web/events/data
web/src/apps/*.js
web/events/data/*

View File

@ -18,6 +18,6 @@ app.get("*", async (req, res, next) => {
})
var port = process.argv[2] || "80";
app.listen(80);
app.listen(port);
console.log("Listening on port " + port + ".");

1
web/src/apps/README.md Normal file
View File

@ -0,0 +1 @@
Applications compiled from `base/App` are placed on this directory. Run `node web/build.js` to build.