https://github.com/mackentoch/website
Smooth Code website 💫
https://github.com/mackentoch/website
Last synced: about 1 year ago
JSON representation
Smooth Code website 💫
- Host: GitHub
- URL: https://github.com/mackentoch/website
- Owner: MacKentoch
- Created: 2017-12-07T09:12:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T11:17:45.000Z (over 8 years ago)
- Last Synced: 2025-03-15T18:53:30.139Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.smooth-code.com/
- Size: 2.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smooth-code-website
[](https://travis-ci.org/smooth-code/website)
[](https://codecov.io/gh/smooth-code/website)
## Install
```
docker-compose up -d
yarn
yarn db:load
yarn db:seed
```
Create a .env with:
```sh
TZ=utc
```
## Run
```
yarn dev:server
yarn dev:client
```