Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsochorec authored Feb 21, 2025
1 parent 169a0d3 commit 689eeec
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
<a target="_blank" href="https://api.slavic.media">Backend</a>: <i>npm run start-dev</i>
<br>
<a target="_blank" href="https://dev.slavic.media">Frontend</a>: <i>npm run dev</i>
# Slavic Media

Creative & Production studio based in Denmark and Czechia. We tell stories with deep eye contact, magnificent shots and clean designs to help your project stand out from the noise.

![Cover](https://github.com/user-attachments/assets/266bdac9-cd57-4818-9e48-478f0af4a768)

Slavic Media is headquartered in Kolding, Denmark, with remote team members distributed across the kingdom and Czechia. We are bootstrapped (self-funded) and profitable.
We’re always on the lookout to add kind, thoughtful, and exceptionally talented individuals to our team. Drop us a line if you're motivated by the intersection of individual freelance professionals - [[email protected]](mailto:[email protected]).

## Deployment
Name | Version |
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Frontend | [slavic.media](https://slavic.media) |
| API | [api.slavic.media](https://api.slavic.media/docs) |
| CDN | [cdn.slavic.media](https://cdn.slavic.media/images/thumbnail/public) |
| Video | [vimeo.com/slavicmedia](https://vimeo.com/slavicmedia) |

## Documentation
To check out docs, visit [api.slavic.media/docs](https://api.slavic.media/docs/).

## Run commands
**Frontend**
```bash
$ cd frontend
$ npm install
$ npm run dev # serve examples at localhost:5173
```
**Backend API**
```bash
$ cd backend
$ npm install
$ npm run dev
```
```bash
$ cd backend
$ npm run dev # serve examples at localhost:4000
```

0 comments on commit 689eeec

Please sign in to comment.