Copy book is a collection of texts that are commonly used around the web.
You need Hugo to run the dev server. If you have Homebrew you can do the following:
brew install hugoCheck this Hugo installation page for installing on other systems.
Then clone the repo, install dependencies, and start the server locally.
git clone https://github.com/praveenjuge/copybook.git
cd copybook
npm install
npm run devOpen 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 |
See the LICENSE file.