Deno server boilerplate based on oak framework
Run the server
To run the server, open a terminal and run the command :
deno task server
ou deno run --allow-read --allow-net server.ts
If you want to run the server on a development environment, run the command :
deno task server:dev
ou deno run --allow-read --allow-net --watch server.ts
Hair PI Engine is used to generate data for Hair PI
Run the engine
To run the engine, open a terminal and run the command :
deno task engine
ou deno run --allow-read src/engine/index.ts
If you want to run the engine on a development environment, run the command :
deno task engine:dev
ou deno run --allow-read --watch src/engine/index.ts
- Use import-maps
- Add french idioms
- Add french celebrities
- Add an english version