mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
13 lines
448 B
Markdown
13 lines
448 B
Markdown
# Neroshitron
|
|
|
|
## Development
|
|
### Documentation For Initial Project Setup
|
|
- https://tamagui.dev/docs/guides/next-js
|
|
- https://nextjs.org/docs
|
|
|
|
### Setting Up For Development
|
|
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.
|
|
4) Open http://localhost:3000/
|