runningkit
v0.0.1
Published
Toolkit for generating running images
Readme
Running
description
Note: Replace
pkg-placeholder,_description_andjolylaiglobally to use this template.
Setup
# install dependencies
pnpm install
# copy the .env.example file to .env and fill in your GitHub token:
cp .env.example .env
# create a GitHub token and set it in the .env file:
GITHUB_TOKEN=your-github-token
# serve in dev mode, with hot reload at localhost:3000
pnpm dev
# build for production
pnpm buildDeployment
Docker
build docker image
docker build -t running .run docker container
docker run -d -p 8000:3000 --env-file .env --name running running