Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randytarampi/randytarampi.github.io
The test `www` deployment target of https://github.com/randytarampi/me
https://github.com/randytarampi/randytarampi.github.io
Last synced: 17 days ago
JSON representation
The test `www` deployment target of https://github.com/randytarampi/me
- Host: GitHub
- URL: https://github.com/randytarampi/randytarampi.github.io
- Owner: randytarampi
- Created: 2016-05-26T06:36:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T05:16:42.000Z (9 months ago)
- Last Synced: 2024-05-14T20:26:23.806Z (9 months ago)
- Language: CSS
- Homepage: https://dev.randytarampi.ca
- Size: 31.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README..md
- Changelog: CHANGELOG..md
Awesome Lists containing this project
README
```
____
,' , `.
,-+-,.' _ | .---. .---. .---.
,-+-. ; , || /. ./| /. ./| /. ./|
,--.'|' | || ,---. .-'-. ' | .-'-. ' | .-'-. ' |
| | ,', | |,/ \ /___/ \: | /___/ \: | /___/ \: |
| | / | |--'/ / | .-'.. ' ' . .-'.. ' ' . .-'.. ' ' .
| : | | , . ' / | /___/ \: '/___/ \: '/___/ \: '
| : | |/ ' ; /| . \ ' .\ . \ ' .\ . \ ' .\
| | |`-' ' | / |__\ \ ' \ | \ \ ' \ | \ \ ' \ |
| ;/ | : / .\ \ |--" \ \ |--" \ \ |--"
'---' \ \ /\ ; \ \ | \ \ | \ \ |
`----' `--" '---" '---" '---"
```The front-end to [`me`](../../), available in both [production](https://www.randytarampi.ca) and [development](http://www.dev.randytarampi.ca) environments.
### *This package has been consolidated into the [`randytarampi/me`](https://github.com/randytarampi/me/tree/master/packages/www) monorepo and is force pushed to [randytarampi/randytarampi.github.io](https://github.com/randytarampi/randytarampi.github.io) as a testing stage*
# Dependencies
See the [`me` dependencies](https://github.com/randytarampi/me/tree/master/README.md#Dependencies).
# Installation
See the [`me` installation instructions](https://github.com/randytarampi/me/tree/master/README.md#Installation).
# Usage
```
# From the `me` monorepo root
yarn lerna run start [email protected]/views# Or use the convenience `start:www` from the `me` monorepo root
yarn run start:www# Or use the convenience `start:web` from the `me` monorepo root, which will run `me.www` and `me.service` in parallel
yarn run start:web
```# Testing
```
# From the `me` monorepo root
yarn lerna run test [email protected]/www
```# Deployment
```
git push origin HEAD:gh-pages
```