Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonio-gg-dev/gacela-website
The website of Gacela Framework.
https://github.com/antonio-gg-dev/gacela-website
Last synced: about 1 month ago
JSON representation
The website of Gacela Framework.
- Host: GitHub
- URL: https://github.com/antonio-gg-dev/gacela-website
- Owner: antonio-gg-dev
- Created: 2021-06-07T20:56:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T06:13:32.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:53:23.965Z (7 months ago)
- Language: SCSS
- Homepage: http://gacela-project.com/
- Size: 528 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting started
* First, ensure that node.js & npm are both installed. If not, choose your OS and installation method from [this page](https://nodejs.org/en/download/package-manager/) and follow the instructions.
* Next, use your command line to enter your project directory.
* This template comes with a ready-to-use package file called `package-sample.json`. You just need to rename it to `package.json`, then run `npm install` to install all of the dependencies into your project.You're ready to go! Run any task by typing `npm run task` (where "task" is the name of the task in the `"scripts"` object). The most useful task for rapid development is `watch`. It will start a new server, open up a browser and watch for any SCSS or JS changes in the `src` directory; once it compiles those changes, the browser will automatically inject the changed file(s)!