Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praveenjuge/copybook
Copy book is a collection of texts that are commonly used around the web.
https://github.com/praveenjuge/copybook
copy copywriting hugo tailwindcss
Last synced: 15 days ago
JSON representation
Copy book is a collection of texts that are commonly used around the web.
- Host: GitHub
- URL: https://github.com/praveenjuge/copybook
- Owner: praveenjuge
- License: mit
- Created: 2022-05-21T04:36:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T18:39:44.000Z (12 months ago)
- Last Synced: 2024-10-14T08:16:08.528Z (28 days ago)
- Topics: copy, copywriting, hugo, tailwindcss
- Language: HTML
- Homepage: https://copybook.me
- Size: 23.6 MB
- Stars: 164
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - praveenjuge/copybook - Copy book is a collection of texts that are commonly used around the web. (HTML)
- jimsghstars - praveenjuge/copybook - Copy book is a collection of texts that are commonly used around the web. (HTML)
README
# Copy Book
Copy book is a collection of texts that are commonly used around the web.
## Development
You need [Hugo](https://gohugo.io/) to run the dev server. If you have [Homebrew](https://brew.sh/) you can do the following:
```sh
brew install hugo
```Check this [Hugo installation page](https://gohugo.io/getting-started/installing/) for installing on other systems.
Then clone the repo, install dependencies, and start the server locally.
```sh
git clone https://github.com/praveenjuge/copybook.git
cd copybook
npm install
npm run dev
```Open [`http://localhost:1313`](http://localhost:1313) in your browser.
| Scripts | Description |
| --------------- | ----------------------------------------------- |
| `npm run dev` | Starts a local Hugo server and Tailwind Watcher |
| `npm run build` | For generating production files |## License
See the [LICENSE](https://github.com/praveenjuge/copybook/blob/main/LICENSE) file.