Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ScriptaGames/scripta-web

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripta Games blog

After cloning:

npm install -g hexo-cli
npm install

Start a dev server

hexo server

Write a new post

hexo new post "Hello World"

Deploy to scripta.co

npm run deploy

Add a game or demo to scripta.co

Tracer is already set up this way, so it's a good example. Here's how I added Tracer.

Make a directory and copy the game/demo into it.

mkdir source/tracer
cp -r $TRACER_DIR/src/* source/tracer

Then tell hexo not to process those files:

  1. editing _config.yml
  2. find the skip_render section
  3. add - "tracer/**/*"
  4. delete db.json if hexo refuses to build after this

The game should now be available at the /tracer path.

About

Scripta Games website and blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.