Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunojppb/austria-expat-tips
Tips for expats living in Austria
https://github.com/brunojppb/austria-expat-tips
austria austria-expat-tips expat expats tech tips vienna work-abroad
Last synced: 2 months ago
JSON representation
Tips for expats living in Austria
- Host: GitHub
- URL: https://github.com/brunojppb/austria-expat-tips
- Owner: brunojppb
- License: mit
- Created: 2019-04-02T11:25:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T21:34:24.000Z (5 months ago)
- Last Synced: 2024-10-12T19:23:14.940Z (3 months ago)
- Topics: austria, austria-expat-tips, expat, expats, tech, tips, vienna, work-abroad
- Language: MDX
- Homepage: https://austria-expat-tips.pages.dev/
- Size: 6.06 MB
- Stars: 23
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Austria expat tips
This is the source code for the
[Austria expat tips website](https://austria-expat-tips.pages.dev/).## How to contribute
Everything under the `pages` directory becomes a page of the website. Just
create a `.mdx` file and start writing.## How to preview your changes locally
To preview the website locally, just make sure that you are running our web dev
server. It will generate the website and will hot-reload the page whenever your
save your changes.You will need to have installed:
- [x] Node 20
- [x] pnpm 8The easiest way to get this up and running is by installing
[Volta](https://volta.sh/) and exporting the following environment variable on
your shell (e.g. `.bash_profile`, `.zshrc`, or similar):```shell
export VOLTA_FEATURE_PNPM=1
```Then install all dependencies with:
```shell
pnpm install
```Now you can run the local server with:
```shell
pnpm dev
```Now visit [localhost:3000](http://localhost:3000).
## License
This project is licensed under the MIT License.