Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayjayjpg/emberjsberlin
EmberJS Berlin Website
https://github.com/jayjayjpg/emberjsberlin
berlin eleventy ember emberjs meetup
Last synced: 21 days ago
JSON representation
EmberJS Berlin Website
- Host: GitHub
- URL: https://github.com/jayjayjpg/emberjsberlin
- Owner: jayjayjpg
- License: mit
- Created: 2021-07-14T05:57:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T11:25:04.000Z (over 3 years ago)
- Last Synced: 2024-11-13T17:02:56.751Z (about 2 months ago)
- Topics: berlin, eleventy, ember, emberjs, meetup
- Language: Nunjucks
- Homepage: https://jayjayjpg.github.io/emberjsberlin/
- Size: 5.21 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# EmberJS Berlin Website
[jayjayjpg.github.io/emberjsberlin](https://jayjayjpg.github.io/emberjsberlin/)
This is the website of the **EmberJS Berlin meetup** group.
- Join our upcoming events: [EmberJS Berlin on meetup.com](https://www.meetup.com/g/Ember-js-Berlin/)
- Chat with us: [EmberJS Berlin on Twitter](https://twitter.com/emberliners)
- Message us: [EmberJS Berlin retro DMs](mailto:[email protected])
- Give a talk: [Instructions](#give-a-talk)
## Give a talk
### Summary
- [Fork](#give-a-talk---fork) this repository
- [Add](#give-a-talk---add) your talk title, abstract and social media / Github handle to [`index.md`](https://github.com/jayjayjpg/emberjsberlin/blob/main/index.md)
- [Send a PR](#give-a-talk---send-a-pr) from your fork to this repository's `main` branch### Give a talk - Fork
![Screenrecording of creating a fork from this repository](./img/fork.gif)
- Click the `Fork` button in the menu bar at the top of this repository
- optional (e.g. if you have access to several Github accounts): select the account / organization this repository should be forked to
- on your forked repository page, click the `Clone` button below the repository tab navigation
- copy the HTTPS url (or SSH url if you have keys set up) from the menu![Screenrecording of cloning the repository from your fork via your terminal using the commands described below](./img/fork2.gif)
- In your terminal, type `git clone` followed by the forked repository's url that you copied in the previous step
- navigate into the project's directory: `cd emberjsberlin`
- create a new branch by using `git checkout -b `
- optional: to review your changes locally, run `npm i && npm start` in your terminal. You should be able to visit the website on http://localhost:8080 in your browser### Give a talk - Add
### Give a talk - Send a PR
---
This website is built with [Eleventy](https://github.com/11ty/eleventy) and [Eleventy Base Blog](https://github.com/11ty/eleventy-base-blog)