Wollok Programming Language Web Site - TS implementation
Access it at : http://www.wollok.org
If you are looking for the Wollok Xtext Implementation Site, please visit http://xtext.wollok.org
Like any Astro + Starlight project, you'll see the following folders and files:
.
├── public/
├── src/
│ ├── assets/
│ ├── content/
│ │ ├── docs/
│ │ └── config.ts
│ └── env.d.ts
├── astro.config.mjs
├── package.json
└── tsconfig.json
- starlight looks for
.md
or.mdx
files in thesrc/content/docs/
directory. - each file is exposed as a route based on its file name.
- images can be added to
src/assets/
and embedded in Markdown with a relative link. - static assets, like favicons, can be placed in the
public/
directory.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
Just push into the main branch and it automatically deploys using Github pages.
For more information please check deploy.yaml file.
You will need an Astro editor. We recomend Visual Studio Code with some extensions.
You can download and import this profile in your Visual Studio Code. See this tutorial if you have any question.
Make sure you install the following extensions:
- Astro Essentials Extension Pack - Manuel Gil
- Astro DB snippets - Manuel Gil
- :Emojisense: - Matt Bierner
Follow the instructions on Wollok TS page about installing Node, NPM & nvm.
All contributions are welcome!
- You can join the Discord channel!
- There's a list of good first issues to tackle, but in case of any hesitation you can always ping @PalumboN or @fdodino
- You can fork the project and create a Pull Request. If you've never collaborated with an open source project before, you might want to read this guide
Powered by Uqbar