KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
skeleton-crew
★ 9
Open GitHub ↗
7DRL 2016
Download README (.md)
Explore Similar Repositories
RDS-GracePeriod-Reset
:
No description available.
AI
:
For artificial intelligence with sbt to build - maven build pls step forward to https://github.com/bgfurfeature/AI
node-red-contrib-statistics
:
A Node Red node for calculating statistics on a flow.
p5js-vim-workflow
:
Not sure whether the term workflow is justified here
WeChat-Cloud-Robot
:
WeChat Cloud Rebot 微信云端机器人框架 Alpha版 框架引擎Python+Cherrypy+Mako
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
skeleton-crew
?
Download (.md)
# Skeleton Crew You awake from cryosleep deep in space. The ship's computer informs you that it woke you as the rest of the crew had mysteriously died. But what's that sound from outside your room? ## Building/Running Install dependencies: ``` npm install ``` Build: ``` npx webpack ``` This creates the file dist/bundle.js. Play in a browser by running a static web server from the top level directory. E.g. ``` python -m http.server # and navigate to 0.0.0.0:8000 in your browser ``` ## Bundle for itch.io Create a zip suitable for uploading to itch.io with: ``` zip bundle.zip index.html lib/*.js dist/bundle.js images/* fonts/* ```