Skip to content

Commit

Permalink
feat: add source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu committed Jun 7, 2024
1 parent 9bb416b commit 0b7de4a
Show file tree
Hide file tree
Showing 90 changed files with 23,685 additions and 462 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
14 changes: 0 additions & 14 deletions 404.html

This file was deleted.

42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Website

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
"# G-N-s-Studio.github.io"
1 change: 0 additions & 1 deletion assets/css/styles.2973e89c.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/js/0058b4c6.868de7ec.js

This file was deleted.

Loading

0 comments on commit 0b7de4a

Please sign in to comment.