Browse Source

Update README.md

pull/149/head
o1lab 3 years ago committed by GitHub
parent
commit
3db4dc1656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      README.md

23
README.md

@ -136,26 +136,3 @@ Our mission is to provide the most powerful no-code tool as open source to every
- - - - - - -
Website
Github
PH : Images
HN
Blog
Readme
License
Roadmap
Links
FAQ
1-Click
Template
```js
(async () => {
const app = require('express')();
const {Noco} = require("nocodb");
app.use(await Noco.init({}));
app.listen(process.env.PORT);
})()
```
Loading…
Cancel
Save