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

chore(docs): rename install to getting-started #6432

Merged
merged 4 commits into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
---
id: installation
title: Installation
keywords: [Wing installation, installation, Wing toolchain]
id: getting-started
title: Getting Started
keywords: [Getting started, Wing installation, installation, Wing toolchain]
slug: /
---

## Welcome
hasanaburayyan marked this conversation as resolved.
Show resolved Hide resolved

Welcome, it's great to see you here!

As you prepare to start taking flight with Wing 😉, there are a few things you need to do to get set up.
This guide will walk you through the steps to setup Wing on your machine, create your first project, run it in the Wing Simulator and deploy it to AWS.

:::info

Wing is still in active development, and we would love to hear what you think! Please ping us on [Wing Slack](https://t.winglang.io/slack), share what you want to build
and let us know if you encounter any issues. There's also a cute channel with music recommendations 🎶

:::

> Did you know that you can also take Wing for a spin without installing anything?
> Check out the [Wing Playground](https://www.winglang.io/play/).

## Prerequisite

* [Node.js](https://nodejs.org/en/) v20 or later
Expand Down