Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
Ronin-Website
Commits
8c2de2e1
Unverified
Commit
8c2de2e1
authored
Sep 07, 2020
by
Pavel Ševčík
Browse files
Added README.md
parent
f47b99e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
README.md
README.md
+22
-0
No files found.
README.md
0 → 100644
View file @
8c2de2e1
# Ronindojo.io
This project uses
[
React
](
https://reactjs.org/docs/getting-started.html
)
and
[
Next.js
](
https://nextjs.org/docs/getting-started
)
.
## System dependencies
-
[
Node.js
](
https://nodejs.org/en/download/
)
>= v12.x
-
[
Yarn
](
https://classic.yarnpkg.com/en/docs/install
)
v1.x
## Project dependencies
To install project dependencies, run
`yarn install`
.
## Development
Development server can be started by running
`yarn run dev`
.
A local server will be started on
`http://localhost:3000`
.
Every code change will be automatically detected and website will be refreshed automatically.
## Build & export
A static export can be made by running
`yarn run build`
.
A folder named
`out`
will be created with all the static files.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment