Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #66

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Main #66

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

74 changes: 0 additions & 74 deletions CODE_OF_CONDUCT.md

This file was deleted.

53 changes: 36 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,44 @@
<h1 align="center">Welcome to eugenewebdevs.com 👋</h1>
<br />
<div align="center">
<img src="img/ms-icon-310x310.png" alt="hero image" width="400"/>
</div>
<br />
Eugene Web Devs website @ http://eugenewebdevs.com/
---

The site shows our upcoming meetups via [meetup.com](https://www.meetup.com/eugenewebdevs/).
# Eugene Web Devs

It is a single page application with links to [github](https://github.com/eugenewebdevs), resources, and our sponsors.
This is a Progressive Web App (PWA) for Eugene Web Devs

[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/eugenewebdevs/website/issues)
Project based on this template using [degit](https://github.com/Rich-Harris/degit):

### 🏠 [Homepage](https://github.com/eugenewebdevs/website#readme)

### ✨ [Website](https://eugenewebdevs.com/)

## Development

To start the development server, you can run `npm install` and then `npm start`.
Install the dependencies...

```bash
cd my-svelte-pwa
npm install
```

...then start [Rollup](https://rollupjs.org):

```bash
npm run dev
```

Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.

## PWA Configuration

- The `service-worker.js` and `manifest.json` files are in the `public` folder.
- For an offline experience edit the `/public/offline.html` file.
- This PWA is installable. For more information on how to use check [this repo](https://github.com/pwa-builder/pwa-install).
Note: If you don't want to make the app installable you can remove the script from the `index.html` file in the `public` folder.

For more info, this template was made following this [tutorial](https://codelabs.developers.google.com/codelabs/your-first-pwapp)

## Building and running in production mode

To create an optimised version of the app:

## 🤝 Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/eugenewebdevs/website/issues).
```bash
npm run build
```
4 changes: 0 additions & 4 deletions css/font-awesome.min.css

This file was deleted.

Loading