- Notifications
You must be signed in to change notification settings - Fork25
Serverless Workflow Website
License
serverlessworkflow/serverlessworkflow.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository hosts the website for theServeless Workflow Specification project athttps://serverlessworkflow.io.
The website usesAstro. You can find more information about how to get started with this stackhere.
For the styling, it relies onTailWind CSS andDaisy UI.
To contribute to the website you don't need to have in-deth web design knowledge:
- To publish a blog post just add a new Markdown page to the
blog
directory. You can always use the blog posts in this repository as a reference. - For more complex changes to the website, have a look at theAstro Docs
To learn more about the folder structure of an Astro project, refer toour guide on project structure.
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 atlocalhost: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 likeastro add ,astro check |
npm run astro -- --help | Get help using the Astro CLI |
Alternatively, you can use Docker to run the project and connect onlocalhost:4321
:
docker compose up --remove-orphans --watch
Feel free to checkour documentation or jump into ourDiscord server.
About
Serverless Workflow Website
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.