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 hugo
Check 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 dev
Open 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.