{"id":16978767,"url":"https://github.com/srph/omai","last_synced_at":"2026-04-11T14:04:09.492Z","repository":{"id":27940113,"uuid":"31432672","full_name":"srph/omai","owner":"srph","description":"\u003cswag\u003eFlat\u003c/swag\u003e website for me, written in React","archived":false,"fork":false,"pushed_at":"2015-04-01T02:28:13.000Z","size":1636,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2025-01-26T17:15:49.490Z","etag":null,"topics":["example","react","website"],"latest_commit_sha":null,"homepage":"http://omai.kierb.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-27T18:16:42.000Z","updated_at":"2018-01-27T23:16:26.000Z","dependencies_parsed_at":"2022-08-20T06:40:45.903Z","dependency_job_id":null,"html_url":"https://github.com/srph/omai","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fomai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fomai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fomai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srph%2Fomai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srph","download_url":"https://codeload.github.com/srph/omai/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880550,"owners_count":20525511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","react","website"],"created_at":"2024-10-14T01:44:09.972Z","updated_at":"2025-12-30T21:50:49.370Z","avatar_url":"https://github.com/srph.png","language":"JavaScript","readme":"```\n      • ▌ ▄ ·.  ▄▄▄· ▪  \n▪     ·██ ▐███▪▐█ ▀█ ██ \n ▄█▀▄ ▐█ ▌▐▌▐█·▄█▀▀█ ▐█·\n▐█▌.▐▌██ ██▌▐█▌▐█ ▪▐▌▐█▌\n ▀█▄▀▪▀▀  █▪▀▀▀ ▀  ▀ ▀▀▀\n```\n\n# omai [![Build Status](https://travis-ci.org/srph/omai.svg?branch=master)](https://travis-ci.org/srph/omai?branch=master) [![Dependencies Status](https://david-dm.org/srph/omai.svg)](https://david-dm.org/srph/omai.svg) [![devDependency Status](https://david-dm.org/srph/omai/dev-status.svg)](https://david-dm.org/cdnjs/cdnjs#info=devDependencies) [![Author](http://img.shields.io/badge/author-@srph-blue.svg)](http://img.shields.io/badge/author-@srph-blue.svg)\n\nFlat-swaggish website for me, built in ReactJS.\n\n[![omai_by_seraphipod-d8joyrn](https://cloud.githubusercontent.com/assets/5093058/6418421/ee0535d8-beef-11e4-87d6-03efb4ad3ba2.png)](http://seraphipod.deviantart.com/art/omai-516806915)\n\n[![omai-item](https://cloud.githubusercontent.com/assets/5093058/6545469/e6911c88-c5c3-11e4-8bd9-c0e23ae9b23e.png)\n](http://seraphipod.deviantart.com/art/omai-work-item-518802626?ga_submit_new=10%253A1425811667)\n\n## Color Schemes\n\n| Hex         | Preview           |\n|:-------------:|:-------------:|\n| `#f1f3f5` | ![BG - `#f1f3f5`](https://cloud.githubusercontent.com/assets/5093058/6477763/5357ab80-c262-11e4-9d0f-deb54ededfd3.png) |\n| `#ff5050` | ![Highlight - `#ff5050`](https://cloud.githubusercontent.com/assets/5093058/6477779/8451cf86-c262-11e4-8543-b09855ee02ec.png) |\n| `#090909` | ![Highlight Alt - `#090909`](https://cloud.githubusercontent.com/assets/5093058/6477814/d254cc4c-c262-11e4-99af-21aa717d9028.png) |\n| `#93a2a6` | ![Font Color - `#93a2a6`](https://cloud.githubusercontent.com/assets/5093058/6477789/ab7bbef0-c262-11e4-87d7-3be383e2e8ac.png) |\n\n## Building\n\nFeel free for learning or experimental purposes.\n\n**Requirements**\n- **node** `v0.10.*`. **jest-cli** `v0.3.*` does not work with *node** `\u003e=v0.11`. And **jest-cli** `v0.4.*`  has [issues](https://github.com/facebook/jest/issues/249) [**jsdom**](https://github.com/tmpvar/jsdom), if I'm correct.\n- **npm**\n- **Git** (only to clone the repository)\n\n### Installation\n\n**Clone the repository**. Otherwise, you can just download the repository as zip.\n\n```bash\n$ git clone https://github.com/srph/omai.git \u0026\u0026 cd omai\n```\n\n**Install the dependencies**.\n\n```\n# make sure you're in the root folder of the repository\n$ npm install\n```\n\n**Running**.\n\nFor now, I am not providing any node web-server script since I am using PHP's [SAPI](http://php.net/manual/en/features.commandline.webserver.php).\n\n### Automation\n\n```bash\n$ npm test # run the tests / jest\n$ npm run build # Build (for development) \n$ npm run watch # Watch for changes (like build, but also watches for files changes)\n$ npm run prod # Build (for production; minifies output script, etc)\n```\n\n## Tools of the Trade\n\n- [**ReactJS**](https://facebook.github.io/react) - UI Library\n- [**Radium**](https://github.com/FormidableLabs/radium) - Bye, CSS.\n- [**Babel**](https://babeljs.io) - Transpile ES6 to ES5.\n- [**Webpack**](https://webpack.github.io) - Build scripts.\n- [**Jest**](https://facebook.github.io/jest) - For the tests.\n\nAlso, thanks to [**normalize.css**](https://necole.github.io/normalize.css/).\n\n## Acknowledgement\n\n**omai** © 2015+, Kier Borromeo (srph).\n\n\u003e [srph.github.io](http://srph.github.io) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@srph](https://github.com/srph) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@_srph](https://twitter.com/_srph)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Fomai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrph%2Fomai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrph%2Fomai/lists"}