KO
|
EN
gitlite — search
Search
#python
#typescript
#reactjs
#tailwindcss
#react
#deep-learning
#nodejs
#cpp
#css
#docker
#mongodb
#gamedev
austria-expat-tips
★ 22
Open GitHub ↗
Tips for expats living in Austria
Download README (.md)
Explore Similar Repositories
peaks-of-austria
:
Explore the peaks of Austria in 3D - powered by Procedural GL JS
ogd-at-lab
:
Notebooks for Austrian open gov data analysis
MMM-WienerLinien
:
Public Transport Module of Vienna/Austria for MagicMirror²
CS4All
:
This is the homepage of the Computer Science for All courses by Professor Christoph Kirsch at the University of Salzburg, Austria.
mapping_dataset_styria
:
Open mapping dataset of styria in Austria
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
austria-expat-tips
?
Download (.md)
# 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 8 The 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.