Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hideoo/botland-front
Bot Land game front page
https://github.com/hideoo/botland-front
bulma html sass
Last synced: about 1 month ago
JSON representation
Bot Land game front page
- Host: GitHub
- URL: https://github.com/hideoo/botland-front
- Owner: HiDeoo
- License: mit
- Created: 2017-10-16T16:43:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T20:27:48.000Z (about 5 years ago)
- Last Synced: 2024-10-09T00:43:32.367Z (4 months ago)
- Topics: bulma, html, sass
- Language: CSS
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bot Land Front
## Usage
1. [Fork](https://help.github.com/articles/fork-a-repo) & [clone](https://help.github.com/articles/cloning-a-repository) this repository.
2. Install all the dependencies using [Yarn](https://yarnpkg.com): `yarn install`.To build & run the development version: `yarn run dev`.
To build the production version: `yarn run build`.
## Customize
This page use [Bulma](https://bulma.io/), a CSS framework based on Flexbox. Most of the [Bulma configuration](https://bulma.io/documentation/overview/customize/) can be edited using variables in `assets/sass/style.scss`.
All custom SASS & CSS directives are located in `assets/sass/custom.scss`.
## License
Licensed under the MIT License, Copyright © HiDeoo.
See [LICENSE](https://github.com/HiDeoo/botland-front/blob/master/LICENSE) for more information.