README, moved Regex to GeneratedRegex
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# Pac-Man The Board Game
|
||||
|
||||
Work in progress.
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
cd pac-man-board-game/ClientApp
|
||||
pnpm install
|
||||
cd ..
|
||||
dotnet run
|
||||
```
|
||||
|
||||
## Stack
|
||||
|
||||
- Frontend
|
||||
- [TypeScript](https://www.typescriptlang.org/)
|
||||
- [React](https://reactjs.org/)
|
||||
- [Jotai](https://jotai.org/)
|
||||
- [Vite](https://vitejs.dev/)
|
||||
- [Tailwind CSS](https://tailwindcss.com/)
|
||||
- [Jest](https://jestjs.io/)
|
||||
- Backend
|
||||
- [.NET 7](https://dotnet.microsoft.com/)
|
||||
- [C#](https://docs.microsoft.com/en-us/dotnet/csharp/)
|
||||
- [ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-7.0)
|
||||
- [WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)
|
Reference in New Issue
Block a user