https://github.com/malbernaz/portefolio
https://github.com/malbernaz/portefolio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malbernaz/portefolio
- Owner: malbernaz
- Created: 2016-06-10T23:25:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T23:17:38.000Z (about 8 years ago)
- Last Synced: 2025-01-12T14:47:38.427Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portefólio
My personal blog featuring isomorphic react, redux and a markdown editor.
## Instructions:
First of all install Docker. Once you have it, go ahead and build from the source:
```shell
λ docker-compose build
```Then get your development environment up and running:
```shell
λ docker-compose up
```Last but not least create a user and you should be able to sign in at `/admin` and play around with the editor:
```curl
λ curl -X POST -H "Authorization: secrettoken" -H "Cache-Control: no-cache" -H "Content-Type: application/x-www-form-urlencoded" -d 'username=username&[email protected]&password=password' "http://localhost:8080/api/user/register"
```