Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudligny/narno.co
My URL shortener.
https://github.com/arnaudligny/narno.co
Last synced: 2 days ago
JSON representation
My URL shortener.
- Host: GitHub
- URL: https://github.com/arnaudligny/narno.co
- Owner: ArnaudLigny
- License: mit
- Created: 2018-10-25T09:36:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T00:22:39.000Z (9 months ago)
- Last Synced: 2024-05-01T18:32:11.688Z (6 months ago)
- Language: CSS
- Homepage: https://narno.co
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# narno.co
## Installation
```bash
# download Cecil
curl -LO https://cecil.app/cecil.phar
# install Themes
composer install
# install Tailwind CSS
npm install
```## Usage
```bash
# build CSS
npx tailwindcss -i ./assets/tailwind.css -o ./assets/styles.css --watch
# build and serve static website
php cecil.phar serve -v --clear-cache
# build
php cecil.phar build
```