Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/solis-website
The website for Solis 🌙☀️
https://github.com/coffee-cup/solis-website
Last synced: 8 days ago
JSON representation
The website for Solis 🌙☀️
- Host: GitHub
- URL: https://github.com/coffee-cup/solis-website
- Owner: coffee-cup
- Created: 2016-08-21T00:17:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:20:53.000Z (about 2 years ago)
- Last Synced: 2024-11-16T19:17:15.811Z (2 months ago)
- Language: CSS
- Homepage: http://solisapp.xyz
- Size: 25.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website for Solis
=======http://solisapp.xyz
## Development
1. Clone repo
2. `npm i`
3. `npm run dev` for live reload server at [localhost:8080](http://localhost:8080)
4. `npm run build` for production ready static site### Source
- React app in `app/`
+ Entry is `index.jsx`
+ Components in `components/`
+ Styles in `scss/`
+ Assets and icons in `assets/`
+ Images in `images/`
- Public file in `public/`