https://github.com/rask/finmech-site
Static website for finmech.group
https://github.com/rask/finmech-site
community finland mechanical-keyboard static-site
Last synced: 4 months ago
JSON representation
Static website for finmech.group
- Host: GitHub
- URL: https://github.com/rask/finmech-site
- Owner: rask
- License: agpl-3.0
- Created: 2018-07-20T20:22:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T12:18:57.000Z (over 4 years ago)
- Last Synced: 2025-01-13T21:24:56.840Z (over 1 year ago)
- Topics: community, finland, mechanical-keyboard, static-site
- Language: SCSS
- Size: 4.04 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# rask/finmech-site
Static website for [finmech.group](https://www.finmech.group), a hub for the
Finnish mechanical keyboard community.
## Building
Requirements are stable NodeJS and npm. Gulp is used to compile the site.
To install and build the site locally, run
$ git clone
$ cd
$ npm install -g gulp-cli # global gulp binaries
$ npm install # project dependencies
$ gulp # build the site
This should result in a static site being available inside the
`/public/` directory and opening the `index.html` page should display
the site homepage in your browser.
## Contributing
Bugfixes and minor enhancements very welcome. If you want new content, new
features, or bigger changes on the site please create an issue first. Feel free
to create issues for all types of questions or troubles you are having.
Create pull requests against `master` branch. The `public/` directory is
`.gitignore`d so remember to create a build step if you wish to add content
there.
## License
This project is licensed as Affero GPL 3.0. See `LICENSE.md` for the whole
license text.
> finmech-site, website for the Finland mechanical keyboard community
> Copyright (C) 2018, Otto Rask and contributors
>
> This program is free software: you can redistribute it and/or modify it
> under the terms of the GNU Affero General Public License as published by
> the Free Software Foundation, either version 3 of the License, or (at your
> option) any later version.
>
> This program is distributed in the hope that it will be useful, but WITHOUT
> ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
> for more details.
>
> You should have received a copy of the GNU Affero General Public License
> along with this program. If not, see .