Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/CSS-Tricks/build-process


https://github.com/CSS-Tricks/build-process

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Just an idea...

This is just the start of a little microsite idea I wanna do in 2020.

I cloned this intial project from Phil's [ElevenTail](https://eleventail.netlify.com/about/) to give me a starter kit.

## Prerequisites

- [Node and NPM](https://nodejs.org/)
- [Netlify CLI](https://www.npmjs.com/package/netlify-cli)

## Running locally

```bash

# install Netlify CLI globally
npm install netlify-cli -g

# install the project dependencies
npm install

# run the build and server locally
netlify dev
```