Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carnesen/reveal-me
A toy app from bootcamp
https://github.com/carnesen/reveal-me
Last synced: 26 days ago
JSON representation
A toy app from bootcamp
- Host: GitHub
- URL: https://github.com/carnesen/reveal-me
- Owner: carnesen
- License: mit
- Created: 2015-11-25T04:59:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T00:01:19.000Z (over 2 years ago)
- Last Synced: 2023-03-01T15:05:55.475Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://reveal-me.carnesen.com
- Size: 836 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.md
Awesome Lists containing this project
README
A toy Node.js+browser app I made for a homework assignment at coding boot camp, [Prime Digital Academy](https://primeacademy.io/) in Minneapolis Minnesota.
[![build status badge](https://github.com/carnesen/reveal-me/workflows/test/badge.svg)](https://github.com/carnesen/reveal-me/actions?query=workflow%3Atest+branch%3Amaster)
Deployed on the web at [https://reveal-me.carnesen.com/](https://reveal-me.carnesen.com/).
## Developer setup
To run this project on your development host:
- Install [Node.js](https://nodejs.org/) if you haven't already
- `git clone` this repository
- `cd` into the repository and run `npm install` and `npm start`
- - Visit [http://localhost:3000](http://localhost:3000) in a browser## [Releases](https://github.com/carnesen/reveal-me/releases)
This project uses [calendar versioning](https://en.wikipedia.org/wiki/Software_versioning#Date_of_release) with format YYYY.M.#.
## Related
- [@carnesen/carnesen-dot-com](https://github.com/carnesen/carnesen-dot-com): Automates deployment of carnesen.com sites like [https://mathjs.carnesen.com/](https://mathjs.carnesen.com/) using Google Cloud Platform
## License
MIT © [Chris Arnesen](https://www.carnesen.com)