mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
renamed repo to react client
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
56ff708e35
commit
ef17c7acbb
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# CodiMD - Frontend
|
||||
# CodiMD - React Client
|
||||
|
||||
This is the new, improved and better looking frontend for CodiMD 2.0.
|
||||
Our goal is to recreate the current frontend in react and to improve it.
|
||||
|
@ -24,4 +24,4 @@ You will also see any lint errors in the console.
|
|||
Builds the app for production to the `build` folder.
|
||||
It correctly bundles React in production mode and optimizes the build for the best performance.
|
||||
|
||||
The build is minified and the filenames include the hashes.
|
||||
The build is minified and the filenames include the hashes.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "frontend",
|
||||
"name": "react_client",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
||||
|
|
Loading…
Reference in a new issue