Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
15fb46ca
Verified
Commit
15fb46ca
authored
Apr 23, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README update
parent
ac8b9376
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+4
-0
Login.purs
src/Gargantext/Components/Login.purs
+0
-1
No files found.
README.md
View file @
15fb46ca
...
@@ -76,6 +76,10 @@ cd node_modules/better-sqlite3
...
@@ -76,6 +76,10 @@ cd node_modules/better-sqlite3
bun
install
bun
install
cd
../..
cd
../..
```
```
or
```
sh
nix-shell shell.nix
--run
fix-bun
```
### 2. Use Docker setup
### 2. Use Docker setup
...
...
src/Gargantext/Components/Login.purs
View file @
15fb46ca
...
@@ -80,7 +80,6 @@ loginCpt = here.component "login" cpt where
...
@@ -80,7 +80,6 @@ loginCpt = here.component "login" cpt where
-- | @link https://github.com/facebook/react/issues/12247
-- | @link https://github.com/facebook/react/issues/12247
loginContainer :: R2.Leaf Props
loginContainer :: R2.Leaf Props
loginContainer = R2.leaf loginContainerCpt
loginContainer = R2.leaf loginContainerCpt
loginContainerCpt :: R.Component Props
loginContainerCpt :: R.Component Props
loginContainerCpt = here.component "container" cpt where
loginContainerCpt = here.component "container" cpt where
cpt props@{ sessions, visible } _ = do
cpt props@{ sessions, visible } _ = do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment