https://github.com/tannusesquerdo/dito-eventos
https://github.com/tannusesquerdo/dito-eventos
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tannusesquerdo/dito-eventos
- Owner: tannusesquerdo
- License: other
- Created: 2019-04-16T23:39:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T06:46:04.000Z (over 2 years ago)
- Last Synced: 2025-01-02T01:25:57.859Z (6 months ago)
- Language: JavaScript
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sqone
Build ⚡ lightening fast static sites
[](https://travis-ci.org/alistairtweedie/sqone)
[](https://david-dm.org/alistairtweedie/sqone#info=devDependencies)## Install
### 1. Install node packages
$ npm install
### 2. Install bower packages
$ bower install
## Usage
### 1. Build
Builds the project from the `src` folder.
$ gulp build
### 2. Start server
Serves the project in the browser on `localhost:3000` and watches for files changes in the `src` folder while in active development. Refreshes the browser on file save.
$ gulp serve
### 3. Test
Run tests on the project - page speed, accessibility, stylestats. These are output in a `reports` folder
$ gulp test
### 4. Build for production
Use when ready to deploy to production - minifys files, runs uncss, extracts critical css and generates a sitemap based on files in the `src/templates/pages` folder.
$ gulp build --production
### 5. Deploy
You can deploy your production ready code to your server by inserting your server details in `site.json`
$ gulp deploy --production