2024-05-21 22:33:07 -04:00
|
|
|
# Neroshitron
|
2024-05-21 22:32:11 -04:00
|
|
|
|
|
|
|
## Development
|
2024-05-21 23:10:17 -04:00
|
|
|
### Documentation For Initial Project Setup
|
2024-05-21 23:06:08 -04:00
|
|
|
- https://tamagui.dev/docs/guides/next-js
|
|
|
|
- https://nextjs.org/docs
|
2024-05-21 22:32:11 -04:00
|
|
|
|
|
|
|
### Setting Up For Development
|
2024-05-21 22:46:32 -04:00
|
|
|
1) Open your terminal and navigate to the root folder of the git repository.
|
|
|
|
2) Run the command `npm update`.
|
|
|
|
3) Once the depedencies are pulled and installed you can run the command `npm run dev` to run the application in development mode.
|
2024-05-21 22:46:48 -04:00
|
|
|
4) Open http://localhost:3000/
|