|
|
@@ -47,7 +47,7 @@
|
|
|
You need to have [Node.js](https://nodejs.org/), [Neo4j](https://neo4j.com/) and [Redis](https://redis.io/) installed on your machine.
|
|
|
|
|
|
1. Clone this repository or [download zip](https://github.com/thedevs-network/kutt/archive/develop.zip).
|
|
|
-2. Copy `config.example.js` to `config.js` in both server and client folders and fill them properly.
|
|
|
+2. Copy `.example.env` to `.env` and fill it properly.
|
|
|
3. Install dependencies: `npm install`.
|
|
|
4. Start Neo4j database.
|
|
|
5. Run for development: `npm run dev`.
|