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

https://github.com/scriptype/writ

writ şeysi
https://github.com/scriptype/writ

blog static-site-generator

Last synced: about 1 year ago
JSON representation

writ şeysi

Awesome Lists containing this project

README

          

# Writ şeysi

This is my new blog attempt that uses my new cms attempt.

![screenshot of writ.enes.in](https://github.com/scriptype/writ/assets/5516876/524411f8-ce98-4954-a5d6-1d3903f7f8b5)

Manual

Follow the next chapter to check the look & feel locally. Really though, this is for my future self.

Prerequisites


Currently, a command line application such as iTerm2 or Git Bash is needed to run this project.

Also, these packages should be installed in your computer beforehand:
- Git (Download)
- Node.js & npm (Download)
- Writ-CMS (Download)

Installation

```sh
git clone git@github.com:scriptype/writ.git
```

Create and extend

In the project directory, run:

```sh
writ start
```

Finalise for release

In the project directory, run:

```sh
writ build
```