https://github.com/intercaetera/aglog-robot
A log aggregation generator from random stuff
https://github.com/intercaetera/aglog-robot
hacktoberfest
Last synced: over 1 year ago
JSON representation
A log aggregation generator from random stuff
- Host: GitHub
- URL: https://github.com/intercaetera/aglog-robot
- Owner: intercaetera
- License: mit
- Created: 2022-10-02T18:25:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T17:01:10.000Z (over 3 years ago)
- Last Synced: 2025-04-11T21:55:50.066Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Elixir
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AglogRobot
Generate logs from random stuff.
## Requirements
- Elixir 1.14.0 OTP 25
- Node 18.7.0
## Run dev
```
# TTY 1
iex -S mix phx.server
# TTY 2
cd frontend && npm run dev
```
## Run prod
```
mix deps.get
mix web
mix phx.server
```