updates
This commit is contained in:
@@ -6,15 +6,15 @@ This website is built using [Astro](https://astro.build)
|
||||
|
||||
All commands are run from the root of the project, from a terminal:
|
||||
|
||||
| Command | Action |
|
||||
| :--------------------- | :------------------------------------------------- |
|
||||
| `npm i -g yarn` | Installs yarn (if needed) |
|
||||
| `yarn` | Installs dependencies |
|
||||
| `yarn dev` | Starts local dev server at `localhost:3000` |
|
||||
| `yarn build` | Build your production site to `./dist/` |
|
||||
| `yarn preview` | Preview your build locally, before deploying |
|
||||
| `yarn astro ...` | Run CLI commands like `astro add`, `astro preview` |
|
||||
| `yarn astro --help` | Get help using the Astro CLI |
|
||||
| Command | Action |
|
||||
| :------------------------ | :------------------------------------------------- |
|
||||
| `npm install -g corepack` | Installs yarn (if needed) |
|
||||
| `yarn` | Installs dependencies |
|
||||
| `yarn dev` | Starts local dev server at `localhost:3000` |
|
||||
| `yarn build` | Build your production site to `./dist/` |
|
||||
| `yarn preview` | Preview your build locally, before deploying |
|
||||
| `yarn astro ...` | Run CLI commands like `astro add`, `astro preview` |
|
||||
| `yarn astro --help` | Get help using the Astro CLI |
|
||||
|
||||
## 🚀 Project Structure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user