Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playerony/lifestyle-blog
This is a code of my personal blog about lifestyle.
https://github.com/playerony/lifestyle-blog
Last synced: 4 days ago
JSON representation
This is a code of my personal blog about lifestyle.
- Host: GitHub
- URL: https://github.com/playerony/lifestyle-blog
- Owner: playerony
- License: other
- Created: 2019-07-20T11:42:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:01:31.000Z (about 2 years ago)
- Last Synced: 2023-03-08T05:38:19.766Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://www.pawelwojtasinski.blog
- Size: 16.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: license.pdf
Awesome Lists containing this project
README
# ✨The Blog of Author Paweł Wojtasiński
## 📖Table of Contents
- 👀 [What's inside](#whats-inside)
- ⚠️ [Prerequisites](#%EF%B8%8F-prerequisites)
- 📜 [Scripts](#scripts)## 👀What's inside:
This is a code of my personal blog about lifestyle. Here is a backend and two app panels configured in the one project.
## ⚠️ Prerequisites
You need to have installed the following software:
- [nodejs](https://nodejs.org/en/) (>=12.13.1)
- [npm](https://npmjs.com/) (>= 6.13.0)**Note**: All of the external software uses **ENV** parameters, copy .env.example to .env and set variables.
## 📜Scripts:
### Build
- `start` - Run application in development mode
- `install-all` - Run instalation for each project### Test
- `test` - Run tests
### Analyze
- `lint` - Run `eslint`. Output any errors 🚨
- `format` - Run `prettier` to format _.ts and _.tsx files