Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.54 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.54 KB

Flores Starter

Flores starter template for blog.

Documentation

Checkout Flores repository for a complete documentation.

Getting Started

1. Download the Starter Template

Run the following command on your terminal to download Flores starter template.

$ wget https://github.com/risan/flores-starter/archive/master.zip \
    -O master.zip && \
    unzip master.zip && \
    mv flores-starter-master my-blog && \
    rm master.zip

It will automatically download the starter template and unzip it to my-blog directory.

Or you can also download the starter template and unzip it manually.

2. Install All Dependencies

Within your project directory, run the following command to install all dependencies:

$ npm install

3. Generate the Website

Run the following command to generate your website for production:

$ npm run build

For development purpose, you can preview your generated website with the built-in server:

$ npm run serve

Flores also comes with file watcher that can rebuild your website and reload the browser automatically:

$ npm run build

Related

License

MIT © Risan Bagja Pradana