Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samsam-ahmadi/khoone-bemoon
Stay at home is a non-profit campaign which encourages people to stay at home and draw themselves.
https://github.com/samsam-ahmadi/khoone-bemoon
nextjs react styled-components typescript
Last synced: 27 days ago
JSON representation
Stay at home is a non-profit campaign which encourages people to stay at home and draw themselves.
- Host: GitHub
- URL: https://github.com/samsam-ahmadi/khoone-bemoon
- Owner: samsam-ahmadi
- License: gpl-3.0
- Created: 2020-03-22T14:08:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T14:17:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T07:47:23.611Z (over 1 year ago)
- Topics: nextjs, react, styled-components, typescript
- Language: TypeScript
- Homepage: http://killthejs.com/khoone-bemoon/
- Size: 4.94 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Khoone Bemoon Website
![Deploy to Fandogh](https://github.com/amin3mej/khoone-bemoon/workflows/Deploy%20to%20Fandogh/badge.svg)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)Stay at home is a non-profit campaign which encourages people to stay at home and draw themself.
### Run in dev mode
1. Install dependencies:
`yarn`2. Run:
`yarn start`### Build
1. Install dependencies:
`yarn --production --frozen-lockfile`2. Build next.js:
`yarn build`3. Start the project:
`yarn start`