Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Latest commit

 

History

History
60 lines (39 loc) · 1004 Bytes

README.md

File metadata and controls

60 lines (39 loc) · 1004 Bytes

Noah's ark

Noah's ark

License


Desktop and web game built with vanilla js and Electron.

Noah's ark

📝 Table of Contents

🏁 Getting Started

Installing

git clone https://github.com/MOTORIST/noahs-ark.git
cd noahs-ark && yarn install

Start

# web
yarn start

# electron
yarn start:el

Build

# web (public/web)
yarn build

# electron (dist)
yarn build:el

🔧 Running the tests

yarn test

⛏️ Built Using

✍️ Authors