Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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