https://github.com/withsecurelabs/snake-skin
snake-skin - the web ui for snake
https://github.com/withsecurelabs/snake-skin
countercept snake svelte
Last synced: 8 months ago
JSON representation
snake-skin - the web ui for snake
- Host: GitHub
- URL: https://github.com/withsecurelabs/snake-skin
- Owner: WithSecureLabs
- Created: 2018-03-08T09:38:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T16:11:51.000Z (over 2 years ago)
- Last Synced: 2025-06-04T07:28:06.407Z (10 months ago)
- Topics: countercept, snake, svelte
- Language: Svelte
- Homepage:
- Size: 1.8 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Skin
Snake Skin is the Web UI for Snake.
## Install
Requirements:
> nodejs
> npm
### Developement
To run Snake Skin for development, execute the following:
```
npm install
npm run dev
```
### Production
To run Snake Skin for production, execute the following:
```
npm install
NODE_ENV=production npm run build
npm prune --production
npm start
```
### Docker
To build Snake Skin for Docker, execute the following:
```
docker build -t countercept/snake-skin . -f Dockerfile
```
## Configuration
Snake Skin current supports the following configuration changes through environment variables:
Variable | Default
--- | ---
SNAKE_SKIN_SNAKE_API | `http://localhost:5000`