development to main #9

Merged
mik-tf merged 18 commits from development into main 2024-06-05 00:21:26 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 76899f70a4 - Show all commits

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
run:
npm install
npm run dev

View File

@ -5,6 +5,7 @@
- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Website Preview](#website-preview)
- [Run with Make](#run-with-make)
- [License](#license)
- [References](#references)
- [Contribute](#contribute)
@ -39,6 +40,14 @@ npm run dev
For more information, read the original [AstroWind docs](./website_docs/README.md).
## Run with Make
To run the website locally with Make, simply run:
```
make run
```
## License
**INCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.