https://github.com/simplex-chat/website
🚀 SimpleX Chat website
https://github.com/simplex-chat/website
Last synced: 11 months ago
JSON representation
🚀 SimpleX Chat website
- Host: GitHub
- URL: https://github.com/simplex-chat/website
- Owner: simplex-chat
- Created: 2020-08-20T15:00:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T07:36:46.000Z (about 3 years ago)
- Last Synced: 2024-05-01T10:21:32.980Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://simplex.chat
- Size: 3.89 MB
- Stars: 9
- Watchers: 5
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# website
## Develop
Install and run sass:
```bash
npm install -g sass
sass index.scss css/index.css --style=compressed --watch
```