Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yacosta738/nomada.digital
https://github.com/yacosta738/nomada.digital
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yacosta738/nomada.digital
- Owner: yacosta738
- Created: 2021-01-11T15:01:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T06:44:01.000Z (about 1 year ago)
- Last Synced: 2024-10-10T16:41:48.595Z (28 days ago)
- Language: CSS
- Homepage: https://yacosta738.github.io/nomada.digital
- Size: 113 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/