Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🌙☀️

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/`