https://github.com/simonh1000/camino
https://github.com/simonh1000/camino
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonh1000/camino
- Owner: simonh1000
- Created: 2024-05-04T09:56:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T12:44:01.000Z (9 months ago)
- Last Synced: 2025-02-14T19:54:49.082Z (4 months ago)
- Language: JavaScript
- Size: 35.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camino
## Developing
```bash
npm install
npm run dev
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
## Change Log
- 0.1.0 add coloured icons
## Dependencies
### Get rmx-runtime and file loader
```sh
# ensure you have latest version
npm run up
# copy to project
cd web-components/rmx-remix
npm run build:hosted
cp dist/* ~/code/projects/camino/static
```