diff --git a/README.md b/README.md index a545c8a23e..82b32c8ad1 100644 --- a/README.md +++ b/README.md @@ -68,27 +68,6 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe # Quick try -## NPX - -You can run the below command if you need an interactive configuration. - -``` -npx create-nocodb-app -``` - - - -## Node Application - -We provide a simple NodeJS Application for getting started. - -```bash -git clone https://github.com/nocodb/nocodb-seed -cd nocodb-seed -npm install -npm start -``` - ## Docker ```bash @@ -186,6 +165,28 @@ docker-compose up -d > If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker Compose](https://github.com/nocodb/nocodb/issues/1313#issuecomment-1046625974). +## NPX + +You can run the below command if you need an interactive configuration. + +``` +npx create-nocodb-app +``` + + + +## Node Application + +We provide a simple NodeJS Application for getting started. + +```bash +git clone https://github.com/nocodb/nocodb-seed +cd nocodb-seed +npm install +npm start +``` + + # GUI Access Dashboard using: [http://localhost:8080/dashboard](http://localhost:8080/dashboard)