Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielberndt/minimal-screeps-starter


https://github.com/danielberndt/minimal-screeps-starter

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Simple Screeps Starter Script

## Setup

- `git clone [thisrepo]`
- `cd [reponame]`
- `npm install`
- create `.env` file at project root (see below)
- `npm run deploy`

- optionally `rm -rf .git/`

## .env -file

Looks like this:

```
EMAIL="[YOUR_EMAIL]"
PASSWORD="[PASSWORD]"
HOST="[SERVER.IP]"
```