# How to set nakama development environment on local machine

**URL:** https://forum.heroiclabs.com/t/how-to-set-nakama-development-environment-on-local-machine/862
**Category:** Game Design
**Tags:** getting-started
**Created:** [July 23, 2020, 5:47am UTC](https://forum.heroiclabs.com/t/how-to-set-nakama-development-environment-on-local-machine/862 "2020-07-23T05:47:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kmsudhir](https://avatars.discourse-cdn.com/v4/letter/k/4491bb/32.png) [@kmsudhir](https://forum.heroiclabs.com/u/kmsudhir)
#### Post date: [July 23, 2020, 5:47am UTC](https://forum.heroiclabs.com/t/how-to-set-nakama-development-environment-on-local-machine/862/1 "2020-07-23T05:47:54Z")

</div>

I have setup of nakama server and cockroach db on my local machine but i did not find how to start with back-end new project development using nakama server.

---

<div class="post-metadata">

### Author: ![novabyte](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.heroiclabs.com/novabyte/32/1324_2.png) [@novabyte](https://forum.heroiclabs.com/u/novabyte)
#### Post date: [July 23, 2020, 4:31pm UTC](https://forum.heroiclabs.com/t/how-to-set-nakama-development-environment-on-local-machine/862/2 "2020-07-23T16:31:18Z")

</div>

@kmsudhir The best place to look if you want to write server logic specific to your game is the runtime page of our docs:

[https://heroiclabs.com/docs/runtime-code-basics/](https://heroiclabs.com/docs/runtime-code-basics/)

It includes instructions on where to place your modules to be loaded by the server and what the minimal code you need to write looks like to run some logic. I can give more help but you’d need to offer more specific questions I think.
