Files
spring-net/website/README.md
Marko Lahma 909481644d Add website (#234)
* Add website

* update packages

* remove references to obsolete services

* build reference documentation

* tweaks

* new tweaks
2023-12-16 11:08:23 +02:00

30 lines
582 B
Markdown

 
<p align="center">
<a href="https://springframework.net/">
<img alt="Spring.net" src="https://www.spring.io/images/spring-logo-9146a4d3298760c2e7e49595184e1975.svg" width="250" />
</a>
</p>
<h1 align="center">
Spring.net - Application Framework
</h1>
&nbsp;
# Getting Started
Commands available:
```
# Init
yarn install # Install dependencies
# Linter / Prettier
yarn run lint # Linter
yarn run fix # Fix linting errors
# Dev
yarn start # Run dev
# Prod
yarn build # Run dev
yarn serve # Serve the prod build
```