Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CSS-Tricks/build-process
https://github.com/CSS-Tricks/build-process
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/CSS-Tricks/build-process
- Owner: CSS-Tricks
- Created: 2020-01-02T20:56:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T01:59:46.000Z (over 1 year ago)
- Last Synced: 2024-07-18T03:44:06.116Z (4 months ago)
- Language: CSS
- Size: 1.94 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```