mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Update README.md
This commit is contained in:
parent
c1693a3166
commit
9cc4f99e3d
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -7,9 +7,16 @@ Frontend for a game jam site
|
||||||
- Typescript (language)
|
- Typescript (language)
|
||||||
- Next.js (web framework)
|
- Next.js (web framework)
|
||||||
- Tailwind (css framework)
|
- Tailwind (css framework)
|
||||||
|
- Lucide (icons)
|
||||||
|
- Eslint (static code analysis)
|
||||||
|
- Framer motion (animations)
|
||||||
|
- React Toastify (toasts)
|
||||||
|
|
||||||
## Running for development
|
## Running for development
|
||||||
|
|
||||||
|
Prerequisites:
|
||||||
|
- node.js or equivalent
|
||||||
|
|
||||||
To start up the site locally for development you need to:
|
To start up the site locally for development you need to:
|
||||||
|
|
||||||
1. Go to a spot you want to be the parent folder for where the folder for Jamjar goes (e.g. navigate to it in terminal)
|
1. Go to a spot you want to be the parent folder for where the folder for Jamjar goes (e.g. navigate to it in terminal)
|
||||||
|
@ -25,4 +32,7 @@ NEXT_PUBLIC_MODE=DEV
|
||||||
|
|
||||||
## Running using docker
|
## Running using docker
|
||||||
|
|
||||||
|
Prerequisites:
|
||||||
|
- docker
|
||||||
|
|
||||||
If you want to start up the frontend using docker instead of what is above (either for development or for a production site) you can run `docker compose up --build -d` to build the image and then run it in the background
|
If you want to start up the frontend using docker instead of what is above (either for development or for a production site) you can run `docker compose up --build -d` to build the image and then run it in the background
|
||||||
|
|
Loading…
Reference in a new issue