Blockchain-powered freelancing
Follow this steps to set up the neftie platform locally.
Clone the repository
$ git clone https://github.com/neftielabs/neftieNavigate to the new directory and install all dependencies by running yarn
Redis and Postgres run within Docker. Install it if you haven't already and run
$ docker-compose up -dThis will bring up both neftie-redis and neftie-postgres. User and pass are available
in the Docker Compose file.
Since migrations are not set up yet, to migrate the database run yarn pr push. This should initialize the database and generate the Prisma Client.
Inside each workspace that requires env variables there should be a .env.example file, from which you should create the .env file.
To start all development servers run yarn dev. This will start the backend and frontend, and start watching all other workspaces for changes.
Now visit http://localhost:3000 and you should see the neftie homepage.