Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielberndt/minimal-screeps-starter
https://github.com/danielberndt/minimal-screeps-starter
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielberndt/minimal-screeps-starter
- Owner: danielberndt
- Created: 2017-10-24T12:14:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T12:28:52.000Z (about 7 years ago)
- Last Synced: 2024-11-18T17:45:18.145Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]"
```