Skip to content

axelmylle/creative-bay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Node version used : 16.13.1

First install dependencies with:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Styling

  1. For styling use styled-components.

  2. In order to set the custom global css styles, use /utils/GlobalStyles.ts file.

  3. There is also /styles folder in the root location. It is only used to initially set default and reset styles for the application and should not be updated in general.

About

WebGL and GLSL projects 2022 🌬

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.6%
  • GLSL 6.3%
  • SCSS 1.7%
  • JavaScript 0.4%