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: 4 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T20:09:16.000Z (about 2 years ago)
- Last Synced: 2024-10-19T07:55:38.762Z (6 months ago)
- Topics: nextjs, react, styled-components, typescript
- Language: TypeScript
- Homepage: http://killthejs.com/khoone-bemoon/
- Size: 4.94 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Khoone Bemoon Website

[](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`