Skip to content

FlavianEng/Hair-PI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦕 Deno server

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 ⚙

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

To continue

  • Use import-maps
  • Add french idioms
  • Add french celebrities
  • Add an english version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published