Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yacosta738/nomada.digital


https://github.com/yacosta738/nomada.digital

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Yuniel Acosta's Blog and portfolio

## Pre-requisites:
1. Install Node https://nodejs.org/en/download/ (working version specified in [.nvmrc](./.nvmrc))
2. Install Hugo https://github.com/gohugoio/hugo/releases See expected version in [netlify.toml](./netlify.toml)). Extended version required.

## Running the site
1. `npm run install:prod`
2. `npm start`

## Build (compile) the site to folder _public_
1. `npm run build`

## Tests (headless)
1. `npm install`
2. `npm test`

## Tests (Cypress GUI)
1. `npm install`
2. `npm run test:open`

## Using Docker
For using [Docker][3], you don't need the pre-requisites listed above, but you need Docker 🙄

### Running the site
1. `docker-compose up dev`
or if you have npm installed: `npm run docker:dev`

### Build (compile) the site to folder _public_
1. `docker-compose up build`
or if you have npm installed: `npm run docker:build`

### Tests
1. `docker-compose up test`
or if you have npm installed: `npm run docker:test`

[1]: http://gohugo.io/
[3]: https://docker.io/