28 lines
661 B
Markdown
28 lines
661 B
Markdown
# Memento Dev
|
|
|
|
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
|
|
|
|
## Website
|
|
|
|
The website is available at [memento-dev.fr](https://memento-dev.fr/).
|
|
|
|
### Installation
|
|
|
|
```
|
|
$ pnpm install
|
|
```
|
|
|
|
### Local Development
|
|
|
|
```
|
|
$ pnpm start
|
|
```
|
|
|
|
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
|
|
|
|
### Licences
|
|
|
|
Both of Dicosaurus and this project's documentation are under the [MIT license](https://opensource.org/licenses/MIT).
|
|
|
|
- [Docusaurus license](./LICENCE-Dicosaurus)
|
|
- [Memento Dev license](./LICENCE-Memento-Dev) |