Skip to content

Commit

Permalink
Quick README edit
Browse files Browse the repository at this point in the history
  • Loading branch information
thePeras committed Aug 5, 2024
1 parent bc884ae commit 00cd663
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
- Nextjs 13
- React 18
- TypeScript
- Node 20 (use [NVM](https://github.com/nvm-sh/nvm) to manage node versions)

## Packages

- Payload CMS
- Framer Motion
- Lucide Icons

Expand All @@ -22,7 +24,7 @@ Here are the steps you need to follow to install the dependencies.

Setup your environment variables with a database name and a password.

Now you just need to create the database with docker:
Now you just need to create the database with docker or use directly your local database. Thats up to you.

```bash
./start-database.sh
Expand All @@ -43,3 +45,5 @@ It’ll start the template on [localhost:3000](http://localhost:3000).
- The `components` directory contains all the components used in the project.

- The `public` directory contains all the static files used in the project like images.

- The `collections` directory defines the schemas for the collections that will be managed in the Paylode dashboard.

0 comments on commit 00cd663

Please sign in to comment.