The first version of greenslash.dev built with Vue3 and hosted with firebase
I like to keep my projects as open source but as you probably know all these projects takes a huge part of my free time. I'm more than glad for sharing things but if you're thinking about to fork this repository to use it in one of your projects, please, **attach an attribution** - it's free, it does not take you any effort and is the best way of buliding a great community!
You can fork/use this repo for your projects. Please attribute some credit by linking to greenslash.dev or just mentioning this repository. Thanks!
This project uses:
Using yarn as example but you can use npm.
1 - Install dependecies
$ yarn install
2 - Start development server
$ yarn start
Creates static build for production.
$ yarn build
NOTE: You will need an account on firebase ( it's free to create one ).
1 - Initialize firebase project
$ firebase init
- Select to create a project or use an existing project
- Type in the public directory to be “build”
- Allow to rewrite all URLs to index.html
2 - Deployment
$ yarn deploy
Once the project has been installed, the following scripts to use:
lint - analize/formats source code
$ yarn lint
You can check out the full license here.
This project is licensed under the terms of the MIT license.