Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
irffanasiff committed May 27, 2022
2 parents a032783 + 6dd0812 commit 1eaed70
Show file tree
Hide file tree
Showing 11 changed files with 5,088 additions and 32,569 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Start designing and customizing your community management system!

During development, our data provider is a headless CMS, strapi.

Use only nodeJS 14 and npm 6 LTS version to ensure compatibility.

Note that it is used only during development and build time, not during production.

Nodejs versioning is managed by [volta](https://docs.volta.sh/guide/). You can install it by running `curl https://get.volta.sh | bash` in your terminal. This assures that appropriate versions of nodeJS and npm are used and ensures compatibility for all distributed development teams.

By default, strapi listens on port 1337. If you're using WSL2 on Windows and also running Docker Desktop, port 1337 may not be available on your system. To use port 3000 instead, set the environment variable `PORT` to 3000.

```
Expand Down
1 change: 1 addition & 0 deletions app/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14.18.3
9 changes: 2 additions & 7 deletions app/components/menubar.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,9 @@ export default function Menubar(props) {
>
<span
className={`${styles.toggler_icon} ${
collapsed ? styles.top_bar_collapsed : styles.top_bar
collapsed ? styles.toggler_bar_collapsed : styles.toggler_bar
}`}
></span>
<span
className={`${styles.toggler_icon} ${
collapsed ? styles.bottom_bar_collapsed : styles.bottom_bar
}`}
></span>
/>
</button>
</Navbar.Toggle>
<Navbar.Collapse id='basic-navbar-nav'>
Expand Down

0 comments on commit 1eaed70

Please sign in to comment.