Skip to content

Commit

Permalink
deploy: dabc173
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Oct 8, 2023
1 parent 2284441 commit ab5b6a5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,25 @@ This was built using [Jekyll](https://jekyllrb.com/)! Please send them some 💙
We also have some special subdomains; they are deployed independently via other repos.

* docs.flame-engine.com is deployed from [flame-docs-site](https://github.com/flame-engine/flame-docs-site)
* examples.flame-engine.com is deployed from [flame](https://github.com/flame-engine/flame)
* examples.flame-engine.com is deployed from [flame](https://github.com/flame-engine/flame)

## Running locally

To run locally, you must first install node, npm, Ruby (we recommend RVM), ruby-gems, and the bundler.

Then, run:

```bash
npm instal
bundle install
```

To download all the dependencies.

Then, run:

```bash
bundle exec jekyll serve
```

To start the local server.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://flame-engine.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://flame-engine.org/" rel="alternate" type="text/html" /><updated>2023-10-07T11:59:55+00:00</updated><id>https://flame-engine.org/feed.xml</id><title type="html">Flame Engine</title><subtitle>The Flutter Game Engine</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://flame-engine.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://flame-engine.org/" rel="alternate" type="text/html" /><updated>2023-10-08T14:51:14+00:00</updated><id>https://flame-engine.org/feed.xml</id><title type="html">Flame Engine</title><subtitle>The Flutter Game Engine</subtitle></feed>

0 comments on commit ab5b6a5

Please sign in to comment.