added makefile
This commit is contained in:
parent
130c3344c6
commit
f9ae143370
@ -5,6 +5,7 @@
|
|||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
- [Website Preview](#website-preview)
|
- [Website Preview](#website-preview)
|
||||||
|
- [Run with Make](#run-with-make)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
- [References](#references)
|
- [References](#references)
|
||||||
- [Contribute](#contribute)
|
- [Contribute](#contribute)
|
||||||
@ -39,6 +40,14 @@ npm run dev
|
|||||||
|
|
||||||
For more information, read the original [AstroWind docs](./website_docs/README.md).
|
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
|
## License
|
||||||
|
|
||||||
**INCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.
|
**INCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.
|
||||||
|
Loading…
Reference in New Issue
Block a user